add first patch
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "snowyspirit:ginger",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "snowyspirit:ginger"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{"item": "snowyspirit:ginger"},
|
||||
{"tag": "forge:eggs"},
|
||||
{"tag": "society:small_milk"},
|
||||
{"item": "minecraft:glass_bottle"}
|
||||
|
||||
],
|
||||
"result": {
|
||||
"item": "snowyspirit:eggnog",
|
||||
"count": 1
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "snowyspirit:flag",
|
||||
"flag": "eggnog"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user