Quick question, is it possible to use other mod's potion effects (e.g. I want to make my awesome axe to make the hit entity get Bleeding damage from the Camping Mod) or remove specific effects (e.g. Oh no! A zombie stole my awesome axe and now I'm bleeding! Luckily I have a gauze bandage that can cure bleeding specifically!) Also, is it possible to make one use only items that are consumed on right click, even with a full hunger bar?
It is not possible to put onHitEffects on tools
It is possible to make food that you can eat even with a full hunger bar. But It is not possible to change an existing food.
Otho, v1.0.5b - drop working perfectly!
Thank you very much!
PS: Any chance to set textures in other folders? Like: ores\texture.png
Because i have about ~256 items with categories...
Or chance to add OreDict as in Quadrum?
Ah also: If i don't want to create default Creative Tab, what should i do?
Otho, v1.0.5b - drop working perfectly!
Thank you very much!
PS: Any chance to set textures in other folders? Like: ores\texture.png
Because i have about ~256 items with categories...
Or chance to add OreDict as in Quadrum?
Ah also: If i don't want to create default Creative Tab, what should i do?
About the textures, they are working the same way as other mods usually works.
I can think of something to better organize it, but It is something with a low priority for now. Please open an issue on github about this.
Can I request that you revert the modname back to what it was pre 1.0.6 version.
I think you've changed it from customItems to customitems. As a result, updating totally breaks all existing worlds (all blocks/items vanish) & minetweaker scripts. While I can fix all the scripts, I can't justify using an update that will break worlds.
I changed it because I though it would be simpler and easier to use.
Oficially I will not change it back, but as I know you are already using in your pack. I will send you a special build that wont break your worlds
Thank you, might be worth making it available to anyone else who started using CustomItems before 1.0.6, as it will affect them too. Just put a disclaimer that is an unsupported version to save headaches
If you are interested what you can do with CustomItems and MineTweaker:
New ores (with worldgen!), New recipes using CustomItems items ...
This stuf is endless!!!
Great mod,
However, I can't get it to work.
I added my first block, and when I wanted to test it, minecraft crashed.
Crashlog:
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 24-12-14 10:59
Description: Initializing game
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 8 column 6
at com.google.gson.Gson.fromJson(Gson.java:818)
at me.otho.customItems.configuration.JsonConfigurationHandler.init(JsonConfigurationHandler.java:59)
at me.otho.customItems.CustomItems.preInit(CustomItems.java:93)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 8 column 6
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465)
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403)
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:71)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
at com.google.gson.Gson.fromJson(Gson.java:803)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.google.gson.Gson.fromJson(Gson.java:818)
at me.otho.customItems.configuration.JsonConfigurationHandler.init(JsonConfigurationHandler.java:59)
at me.otho.customItems.CustomItems.preInit(CustomItems.java:93)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Would it be possible to add in a "ChangeFood" function, so that existing foods can be tweaked (even if it's just the saturation/hunger values, not any additional effects)?
Would it be possible to add in a "ChangeFood" function, so that existing foods can be tweaked (even if it's just the saturation/hunger values, not any additional effects)?
It is not possible to put onHitEffects on tools
It is possible to make food that you can eat even with a full hunger bar. But It is not possible to change an existing food.
You should give it a look
Follow on Twitter
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1293069-zzzzz-custom-configs-2-create-your-own-recipes
You can also use CustomStuff, Quadrum, TabulaRasa, Minetweaker+ModTweaker, Jaded's Blood!
But i definitely try CustomConfigs2, Thanks!
I have just uploaded version 1.0.4 beta.
The documentation can be found here
Tutorials are a work in progress, please take your time to read the documentation.
Feell free to make a wiki page if you want
I have tested as much as I could, but there are so many combinations that bugs are inevitable. Please report it here or on github
Have attention when writing the configs. It's still hard to debug malformed .json
You should give it a look
Follow on Twitter
When Adding Blocks (that drops item) - drop is not working.
When breaking blocks - on third bam block becomes invisible.
PS: Tried to compile newest 1.0.5 (from github), but its not start - Item Frame Error
Crash log (v1.0.5):
http://pastebin.com/pQzAe3Eu
You should give it a look
Follow on Twitter
But i don't think that's the problem...
New Version: 1.0.5 b
Changelog:
1.0.5
ps: There are some default config files inside the jar. Try copying it into your customItems config folder to see some predefined items
You should give it a look
Follow on Twitter
Thank you very much!
PS: Any chance to set textures in other folders? Like: ores\texture.png
Because i have about ~256 items with categories...
Or chance to add OreDict as in Quadrum?
Ah also: If i don't want to create default Creative Tab, what should i do?
Also, there is a bug with v1.0.5b that you must have at least one creative tab defined or it will crash. This bug was already fixed for v1.0.6b
You should give it a look
Follow on Twitter
New Version: 1.0.6 b
Changelog:
1.0.6
You should give it a look
Follow on Twitter
About the textures, they are working the same way as other mods usually works.
I can think of something to better organize it, but It is something with a low priority for now. Please open an issue on github about this.
You should give it a look
Follow on Twitter
I think you've changed it from customItems to customitems. As a result, updating totally breaks all existing worlds (all blocks/items vanish) & minetweaker scripts. While I can fix all the scripts, I can't justify using an update that will break worlds.
I changed it because I though it would be simpler and easier to use.
Oficially I will not change it back, but as I know you are already using in your pack. I will send you a special build that wont break your worlds
You should give it a look
Follow on Twitter
New ores (with worldgen!), New recipes using CustomItems items
This stuf is endless!!!
Screenshots (Imgur)
Here's my example files (WIP)
Texturepack (With wierd style)
MineTweaker3 Scripts
Have a nice day!
However, I can't get it to work.
I added my first block, and when I wanted to test it, minecraft crashed.
Crashlog:
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 24-12-14 10:59
Description: Initializing game
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 8 column 6
at com.google.gson.Gson.fromJson(Gson.java:818)
at me.otho.customItems.configuration.JsonConfigurationHandler.init(JsonConfigurationHandler.java:59)
at me.otho.customItems.CustomItems.preInit(CustomItems.java:93)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 8 column 6
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465)
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403)
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:71)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
at com.google.gson.Gson.fromJson(Gson.java:803)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.google.gson.Gson.fromJson(Gson.java:818)
at me.otho.customItems.configuration.JsonConfigurationHandler.init(JsonConfigurationHandler.java:59)
at me.otho.customItems.CustomItems.preInit(CustomItems.java:93)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 141661312 bytes (135 MB) / 284753920 bytes (271 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.05 FML v7.10.85.1275 Minecraft Forge 10.13.2.1275 Optifine OptiFine_1.7.10_HD_A4 23 mods loaded, 23 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1275} [Forge Mod Loader] (forge-1.7.10-10.13.2.1275.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1275} [Minecraft Forge] (forge-1.7.10-10.13.2.1275.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized
woodconverter{v2.7_1} [Wood Converter] ([1.7.10]Wood Converter v2.7_1.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed->Pre-initialized
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized
ComputerCraft{1.65} [ComputerCraft] (ComputerCraft1.65.jar) Unloaded->Constructed->Pre-initialized
customitems{1.0.5b} [Custom Items] (customitems-1.0.6_beta_1.7.10.jar) Unloaded->Constructed->Errored
eb{1.0} [Extra Blocks] (extrablocks-1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized
flansmod{4.7.0} [Flan's Mod] (Flans Mod-1.7.10-4.7.0.jar) Unloaded->Constructed->Pre-initialized
haycraftmod{1.7} [Haycraft] (Haycraftmod 1.7 - 1.7.10 Forge.jar) Unloaded->Constructed->Pre-initialized
MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized
Metallurgy{4.0.5} [Metallurgy 4] (Metallurgy-1.7.10-4.0.5.75.jar) Unloaded->Constructed->Pre-initialized
ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.0.18} [BuildCraft] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.0.18} [BC Builders] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.0.18} [BC Energy] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.0.18} [BC Factory] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.0.18} [BC Transport] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.0.18} [BC Silicon] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
zzzzzcustomconfigs{2.1.0} [ZZZZZ Custom Configs] (ZZZZZ Custom Configs-2.1.0.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.2.1275
LWJGL: 2.9.1
OpenGL: Intel(R) G45/G43 Express Chipset GL version 2.1.0 - Build 8.15.10.2302, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because EXT_framebuffer_object is supported.
Anisotropic filtering is supported and maximum anisotropy is 2.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [customPack]
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
{
"creativeTabs":[
{
"tabLabel":"CustomItems",
"name":"CustomItems",
"iconItem":"customItems:stone_andesite"
}
"blocks":[
{
"name":"Andesite",
"textureName":"stone_andesite",
"material": "rock",
"hardness": 1.5,
"resistance":30,
"toolClass":"pickaxe",
"stepSound":"stone",
"maxStackSize":64,
"creativeTab":"CustomItems",
},
]
}
You can check your code at http://jsonformatter.curiousconcept.com
Here's the correct version:
The Code
It is done \o/
Will be on 1.0.7
You should give it a look
Follow on Twitter