release 1.19-1.0.2-unstable

This commit is contained in:
Ryan
2022-11-19 16:08:10 +02:00
parent 48a0915730
commit a66c27ddce
87 changed files with 683 additions and 61 deletions

View File

@@ -0,0 +1,49 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"name": "gameritems:deepslate_stupidium_ore",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
]
},
{
"type": "minecraft:item",
"name": "gameritems:raw_stupidium",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "gameritems:stupidium_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,49 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"name": "gameritems:stupidium_ore",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
]
},
{
"type": "minecraft:item",
"name": "gameritems:raw_stupidium",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
]
}
]
}

View File

@@ -6,7 +6,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "gameritems:weem_hay_block"
"name": "gameritems:weem_haybale"
}
],
"conditions": [

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"W#",
"W "
],
"key": {
"#": {
"item": "gameritems:stupidium_ingot"
},
"W": {
"item": "gameritems:dipstick"
}
},
"result": {
"item": "gameritems:stupidium_axe",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"FFF",
"FFF",
"FFF"
],
"key": {
"F": {
"item": "gameritems:stupidium_ingot"
}
},
"result": {
"item": "gameritems:stupidium_block",
"count": 1
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"FUF",
"F F"
],
"key": {
"F": {
"item": "gameritems:stupidium_ingot"
},
"U": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "gameritems:stupidium_boots",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"FUF",
"FFF",
"FFF"
],
"key": {
"F": {
"item": "gameritems:stupidium_ingot"
},
"U": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "gameritems:stupidium_chestplate",
"count": 1
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"FFF",
"FUF"
],
"key": {
"F": {
"item": "gameritems:stupidium_ingot"
},
"U": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "gameritems:stupidium_helmet",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"W ",
"W "
],
"key": {
"#": {
"item": "gameritems:stupidium_ingot"
},
"W": {
"item": "gameritems:dipstick"
}
},
"result": {
"item": "gameritems:stupidium_hoe",
"count": 1
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "gameritems:stupidium_block"
}
],
"result": {
"item": "gameritems:stupidium_ingot",
"count": 9
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "gameritems:raw_stupidium"
},
"result": "gameritems:stupidium_ingot",
"experience": 1.9,
"cookingtime": 100
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "gameritems:raw_stupidium"
},
"result": "gameritems:stupidium_ingot",
"experience": 0.7,
"cookingtime": 200
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"FFF",
"FUF",
"F F"
],
"key": {
"F": {
"item": "gameritems:stupidium_ingot"
},
"U": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "gameritems:stupidium_leggings",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
" W ",
" W "
],
"key": {
"#": {
"item": "gameritems:stupidium_ingot"
},
"W": {
"item": "gameritems:dipstick"
}
},
"result": {
"item": "gameritems:stupidium_pickaxe",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"W",
"W"
],
"key": {
"#": {
"item": "gameritems:stupidium_ingot"
},
"W": {
"item": "gameritems:dipstick"
}
},
"result": {
"item": "gameritems:stupidium_shovel",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#",
"W"
],
"key": {
"#": {
"item": "gameritems:stupidium_ingot"
},
"W": {
"item": "gameritems:dipstick"
}
},
"result": {
"item": "gameritems:stupidium_sword",
"count": 1
}
}

22
src/main/resources/data/gameritems/recipes/weem.json Normal file → Executable file
View File

@@ -1,12 +1,12 @@
{
"type": "minecraft:crafting_shaped",
"ingredients": [
{
"item": "gameritems:weem_hay_block"
}
],
"result": {
"item": "gameritems:weem",
"count": 9
}
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "gameritems:weem_haybale"
}
],
"result": {
"item": "gameritems:weem",
"count": 9
}
}

View File

@@ -11,7 +11,7 @@
}
},
"result": {
"item": "gameritems:weem_hay_block",
"item": "gameritems:weem_haybale",
"count": 1
}
}

View File

@@ -2,10 +2,12 @@
"replace": false,
"values": [
"gameritems:omnium_ore",
"gameritems:orium_ore",
"gameritems:deepslate_omnium_ore",
"gameritems:jeremium_ore",
"gameritems:deepslate_jeremium_ore",
"gameritems:deepslate_omnium_ore",
"gameritems:deepslate_orium_ore"
"gameritems:orium_ore",
"gameritems:deepslate_orium_ore",
"gameritems:stupidium_ore",
"gameritems:deepslate_stupidium_ore"
]
}