- 300,634 views, 0 today
- 104,827 downloads, 0 today
1,050
TeeLuk, the original author, has no more time to update his mods.
So he gaves me the source and permission to care about his mods in future.
All Mods are working at SSP, SMP and LAN!
You need the recommended Minecraft Forge version:http://www.minecraft.../topic,5.0.html
Download older versions here: older versions
Download HD Textures: http://www.planetminecraft.com/texture_pack/sphax-addon---printerblock---mod-patch-mc-125-132/
How to install:
Put the zip-files into the mods-folder (gets generated by modloader/forge).
With the printer block, you can paint with the different wool color and then you can place the wool in the world
Maybe you need this if you paint much in your world
If you press "print", it won't override any block (except wool, of course), so make sure you have enough space
Resized to 86% (was 854 x 480) - Click image to enlarge
Resized to 86% (was 854 x 480) - Click image to enlarge
So he gaves me the source and permission to care about his mods in future.
All Mods are working at SSP, SMP and LAN!
You need the recommended Minecraft Forge version:http://www.minecraft.../topic,5.0.html
Download older versions here: older versions
Download HD Textures: http://www.planetminecraft.com/texture_pack/sphax-addon---printerblock---mod-patch-mc-125-132/
How to install:
Put the zip-files into the mods-folder (gets generated by modloader/forge).
With the printer block, you can paint with the different wool color and then you can place the wool in the world
Maybe you need this if you paint much in your world
If you press "print", it won't override any block (except wool, of course), so make sure you have enough space
Resized to 86% (was 854 x 480) - Click image to enlarge
Resized to 86% (was 854 x 480) - Click image to enlarge
Credit | TeeLuk |
Progress | 100% complete |
Game Version | Minecraft 1.7.2 |
Tags |
21 Update Logs
Update #21 : by pitman-87 07/19/2014 4:42:57 pmJul 19th, 2014
- update to 1.7.10
- added new ConfigGui (you will find it in TitleScreen -> Mods)
- added new ConfigGui (you will find it in TitleScreen -> Mods)
LOAD MORE LOGS
512586
7
Create an account or sign in to comment.
The glitches are when you copy&paste for making a house for example with layers.
The pasted will be gone when printed.
And the other glitch is that when you remove from another direction.
It just replaces it with white wool.
---- Minecraft Crash Report ----
// I feel sad now :(
Time: 6/29/14 8:09 PM
Description: Initializing game
java.lang.NoClassDefFoundError: Lcpw/mods/fml/common/network/FMLEventChannel;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:205)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:185)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:116)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:164)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.network.FMLEventChannel
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:205)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:185)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:116)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:164)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 119411064 bytes (113 MB) / 459276288 bytes (438 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.45.996 Minecraft Forge 10.12.0.996 8 mods loaded, 8 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.45.996} [Forge Mod Loader] (forge-1.7.2-10.12.0.996.jar) Unloaded->Constructed
Forge{10.12.0.996} [Minecraft Forge] (forge-1.7.2-10.12.0.996.jar) Unloaded->Constructed
TooManyItems{1.7.2} [TooManyItems] (minecraft.jar) Unloaded->Constructed
NBTEdit{1.7.2.1} [In-game NBTEdit] (Forge_NBTEditv1.7.2.1.zip) Unloaded->Constructed
TLPrinterBlock{1.7.2} [TeeLuk's PrinterBlock] (TLPrinterBlock-1.7.2.jar) Unloaded
chunkbase_villageinfo_ssp{2.1} [Village Info (SSP)] (VillageInfoSSP-1.7.2-2.1.jar) Unloaded
yegamolchattels{1.0.1} [Ye Gamol Chattels] (YeGamolChattels-1.0.1.jar) Unloaded
Launched Version: 1.7.2-Forge10.12.0.996
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2843, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)