I dont fckin know
This commit is contained in:
5
src/main/resources/data/szar/damage_type/fck.json
Normal file
5
src/main/resources/data/szar/damage_type/fck.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"message_id": "fck",
|
||||
"exhaustion": 0.1,
|
||||
"scaling": "never"
|
||||
}
|
||||
14
src/main/resources/data/szar/recipes/cndm.json
Normal file
14
src/main/resources/data/szar/recipes/cndm.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "szar:latex"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:cndm"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/latex.json
Normal file
20
src/main/resources/data/szar/recipes/latex.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"SLS",
|
||||
"SSS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:slime_ball"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:latex",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user