major rework, more documentation, configuration, and lots of fixes

This commit is contained in:
2020-04-24 06:39:01 +02:00
parent e5a415ddd5
commit c0ebe09a02
16 changed files with 826 additions and 239 deletions
@@ -1,3 +1,6 @@
{
"item.simple_creator.test_item": "Forbidden Fruit"
"text.autoconfig.simple_creator.title": "Simple Item/Block Creator Settings",
"text.autoconfig.simple_creator.option.enableTestThings": "Enable a test item and block",
"item.simple_creator.test_item": "Forbidden Fruit",
"block.simple_creator.test_block": "Fast jumpy wooly diamond-dropping block of Eternal Fire"
}
@@ -1,9 +1,11 @@
{
"material": "LAVA",
"mapColor" :
"soundGroup": "wool",
"dropTableId": "minecraft:blocks/diamond_ore",
"material": "ice",
"mapColor": "yellow",
"collidable": true,
"soundGroup": "wool",
"burnChance": 0,
"spreadChance": 100,
"dropTableId": "minecraft:blocks/diamond_ore",
"lightLevel": 1,
"explosionResistance": 5.0,
"hardness": 0.5,
@@ -11,5 +13,5 @@
"slowDownMultiplier": 2.0,
"jumpVelocityMultiplier": 2.0,
"opaque": true,
"group": "food"
"itemGroup": "food"
}
+4 -1
View File
@@ -17,7 +17,10 @@
"quimufu.simple_creator.SimpleCreatorMod"
],
"client": [],
"server": []
"server": [],
"modmenu": [
"quimufu.simple_creator.SimpleCreatorModMenuIntegration"
]
},
"mixins": [],
"depends": {