Mods Aesthetic

[1.8.9][1.7.10] Paintbrush - Paint all the things! [0.1.1]

  • 28,153 views • 4 today
  • 3,573 downloads • 0 today
  • 35
  • 23
  • 23
iLexiconn
Level 61 : High Grandmaster Programmer
103
[1.8.9][1.7.10] Paintbrush - Paint all the things! [0.1.1] Minecraft Mod

Paintbrush is a mod that let's you paint on blocks. Simple enough, right?

There are 2 different items, the paintbrush and the paint scraper. There are also 12 different colors of the paintbrush. you can just right-click on a block with the paintbrush to paint on it. You can change the size by holding shift and scrolling. The same goes for the paint scraper.
There are no recipes yet.

LLibrary is required to use this mod! You can find it here.

[1.8.9][1.7.10] Paintbrush - Paint all the things! [0.1.1] Minecraft Mod

[1.8.9][1.7.10] Paintbrush - Paint all the things! [0.1.1] Minecraft Mod

This mod was made for Little Lizard Gaming. Be sure to check them out!

Progress95% complete
Game VersionMinecraft 1.7.10
Tags

2 Update Logs

0.1.1 : by iLexiconn 02/12/2016 5:03:57 pmFebruary 12, 2016 @ 10:03 pm UTC

Added basic API
    - Register ignored blocks
    - Place custom paint
Added new creativetab
Fixed startup crash
Performance improvements
LOAD MORE LOGS

  Have something to say?

Allexn_13
05/31/2017 6:33 am
Level 1 : New Network
help me

The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/ilexiconn/paintbrush/server/message/AddPaintMessage
1
AcidicProgrammer
01/14/2017 9:23 pm
Level 27 : Expert System
When I installed this mod, it crashed!! I even tried it without my mods, and still it crashes!! What do I do? PLEASE HELP!! I NEED THIS MOD!!
1
Flash_Barry_Allen
08/07/2016 10:07 pm
Level 1 : New Miner
something went wrong this what was shown when my game crashed ---- Minecraft Crash Report ----

WARNING: coremods are present:
LucraftForgeLoading (LucraftCore-1.8.9-1.1.1.jar)
llibrary (llibrary-1.5.1-1.8.9.jar)
Contact their authors BEFORE contacting forge

// Ouch. That hurt :(

Time: 07/08/16 10:06 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/ilexiconn/paintbrush/server/message/AddPaintMessage
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/ilexiconn/paintbrush/server/message/AddPaintMessage
at net.ilexiconn.paintbrush.Paintbrush.onInit(Paintbrush.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.ilexiconn.paintbrush.server.message.AddPaintMessage
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 37 more
Caused by: java.lang.NoClassDefFoundError: net/ilexiconn/llibrary/common/message/AbstractMessage
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 39 more
Caused by: java.lang.ClassNotFoundException: net.ilexiconn.llibrary.common.message.AbstractMessage
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 43 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Mac OS X (x86_64) version 10.10.5
CPU: 4x Intel(R) Core(TM) i5-3330S CPU @ 2.70GHz
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 769445600 bytes (733 MB) / 988282880 bytes (942 MB) up to 988282880 bytes (942 MB)
JVM Flags: 2 total; -Xms1024m -Xmx1024m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.1890 Optifine OptiFine_1.8.9_HD_U_H6 8 mods loaded, 8 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
UCHI Forge{11.15.1.1890} [Minecraft Forge] (modpack.jar)
UCHI llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.8.9.jar)
UCHI SpeedsterHeroes{Beta-1.8.9-1.0.1} [SpeedsterHeroes] (SpeedsterHeroes-Beta-1.8.9-1.0.1.jar)
UCHI LucraftCore{1.8.9-1.1.1} [Lucraft: Core] (LucraftCore-1.8.9-1.1.1.jar)
UCHE paintbrush{0.1.1} [Paintbrush] (paintbrush-0.1.1-1.8.9.jar)
UCHI worldedit{6.1.1} [WorldEdit] (worldedit-forge-mc1.8.9-6.1.1.jar)
Loaded coremods (and transformers):
LucraftForgeLoading (LucraftCore-1.8.9-1.1.1.jar)
lucraft.mods.lucraftcore.access.LucraftClassTransformer
llibrary (llibrary-1.5.1-1.8.9.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
OptiFine Version: OptiFine_1.8.9_HD_U_H6
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 2.1 NVIDIA-10.4.2 310.41.35f01
OpenGlRenderer: NVIDIA GeForce GT 640M OpenGL Engine
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
1
Mystic7055
08/17/2016 6:33 pm
Level 48 : Master Sus
The moment Loaded this page and went to the comments my computer froze for 10 seconds and then your big line of code came up xD
1
abi12310
06/15/2016 12:57 pm
Level 1 : New Miner
can you make this mod compatible with 1.8.9?
1
anonpmc1837376
04/04/2016 12:09 pm
Level 6 : Apprentice Miner
[deleted]
1
iLexiconn
04/04/2016 3:11 pm
Level 61 : High Grandmaster Programmer
You can override the textures in a resource pack.
1
XxNaXoGaMiNgxX
08/12/2017 11:29 am
Level 1 : New Miner
Hi Lexiconn My Game Crashes After Installing LLibrary Help Me Pliz I'm Using Minecraft 1.7.10
What Version Requiers LLibrary Old Version
1
rohayaambak
02/22/2016 4:39 am
Level 1 : New Miner
and also you forget thinknoodles: www.youtube.com/watch?v=XrO4vcbIeFI
1
GeorgeFloydGaming
02/15/2016 10:35 pm
Level 5 : Apprentice Archer
This is cool. Also would it be possible to make a mod that can load .OBJ models in a resourcepack?
1

Welcome