update: 1.4.1

This commit is contained in:
nimsolated
2026-03-13 21:37:27 -07:00
parent ec6005769b
commit fb1077fc8c
11 changed files with 136 additions and 203 deletions

View File

@@ -1,48 +0,0 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 3,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": "CUSTOM:Shit"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "Items.DYE#15"
},
"name": "bonemeal_recipe",
"namespace": "mod"
}
}

View File

@@ -1,7 +0,0 @@
{
"_fv": 73,
"_type": "procedure",
"definition": {
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"91\" y=\"61\"><field name=\"trigger\">entity_ticks</field><next><block type=\"entity_nbt_num_set\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">ShitCounter</field></block></value><value name=\"tagValue\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_nbt_num_get\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">ShitCounter</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_binary_ops\" inline=\"false\"><field name=\"OP\">AND</field><value name=\"A\"><block type=\"math_binary_ops\"><field name=\"OP\">EQ</field><value name=\"A\"><block type=\"math_dual_ops\"><field name=\"OP\">MOD</field><value name=\"A\"><block type=\"entity_nbt_num_get\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">ShitCounter</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">6000</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value></block></value><value name=\"B\"><block type=\"math_binary_ops\"><field name=\"OP\">LT</field><value name=\"A\"><block type=\"math_java_constants\"><field name=\"CONSTANT\">RANDOM</field></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">0.125</field></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"spawn_gem\"><field name=\"despawn\">TRUE</field><value name=\"block\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:Shit</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><value name=\"pickUpDelay\"><block type=\"math_number\"><field name=\"NUM\">20</field></block></value></block></statement></block></next></block></next></block></xml>"
}
}

View File

@@ -8,41 +8,41 @@
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": true,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:BrokenGlass"
"value": "Items.BONE"
},
{
"value": ""
"value": "Items.BONE"
},
{
"value": ""
"value": "Items.BONE"
},
{
"value": ""
"value": "Items.BONE"
},
{
"value": ""
"value": "Items.IRON_HELMET"
},
{
"value": ""
"value": "Items.BONE"
},
{
"value": ""
"value": "Items.BONE"
},
{
"value": ""
"value": "Items.BONE"
},
{
"value": ""
"value": "Items.BONE"
}
],
"recipeReturnStack": {
"value": "CUSTOM:Shit"
"value": "Blocks.SKULL#0"
},
"name": "shit_recipe_2",
"name": "skull_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.COAL#0"
},
{
"value": "Items.COAL#0"
},
{
"value": "Items.COAL#0"
},
{
"value": "Items.COAL#0"
},
{
"value": "Blocks.SKULL#0"
},
{
"value": "Items.COAL#0"
},
{
"value": "Items.COAL#0"
},
{
"value": "Items.COAL#0"
},
{
"value": "Items.COAL#0"
}
],
"recipeReturnStack": {
"value": "Blocks.SKULL#1"
},
"name": "wither_skeleton_skull_recipe",
"namespace": "mod"
}
}