major rework, more documentation, configuration, and lots of fixes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -17,7 +17,10 @@
|
||||
"quimufu.simple_creator.SimpleCreatorMod"
|
||||
],
|
||||
"client": [],
|
||||
"server": []
|
||||
"server": [],
|
||||
"modmenu": [
|
||||
"quimufu.simple_creator.SimpleCreatorModMenuIntegration"
|
||||
]
|
||||
},
|
||||
"mixins": [],
|
||||
"depends": {
|
||||
|
||||
Reference in New Issue
Block a user