cubex2 / customstuff4

A Minecraft mod for adding content
https://minecraft.curseforge.com/projects/custom-stuff-4
GNU General Public License v3.0
25 stars 14 forks source link

idk if i did something wrong or there is a problem with the mod. #28

Closed Varg95 closed 7 years ago

Varg95 commented 7 years ago

https://pastebin.com/nWupzPrb here is a crash report

cubex2 commented 7 years ago

It seems like you're setting the amount of a block's drop like this [5]. However if you only specify one value it should just be 5. The notation with [] is required if you specify a range like this: [1,5]

Varg95 commented 7 years ago

changed it but still getting a crash https://pastebin.com/HJcSuQ7w sorry for bothering you so much...

cubex2 commented 7 years ago

Seems like you're missing a closing }.

Varg95 commented 7 years ago

i started over and now it does work thanks for the help.