release 1.19-1.0.2-unstable
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
19
src/main/resources/data/gameritems/loot_tables/blocks/stupidium_block.json
Executable file
19
src/main/resources/data/gameritems/loot_tables/blocks/stupidium_block.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:stupidium_block"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
49
src/main/resources/data/gameritems/loot_tables/blocks/stupidium_ore.json
Executable file
49
src/main/resources/data/gameritems/loot_tables/blocks/stupidium_ore.json
Executable 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:weem_hay_block"
|
||||
"name": "gameritems:weem_haybale"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
|
||||
20
src/main/resources/data/gameritems/recipes/stupidium_axe.json
Executable file
20
src/main/resources/data/gameritems/recipes/stupidium_axe.json
Executable 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
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/gameritems/recipes/stupidium_block.json
Executable file
17
src/main/resources/data/gameritems/recipes/stupidium_block.json
Executable 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
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/gameritems/recipes/stupidium_boots.json
Executable file
19
src/main/resources/data/gameritems/recipes/stupidium_boots.json
Executable 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
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/stupidium_chestplate.json
Executable file
20
src/main/resources/data/gameritems/recipes/stupidium_chestplate.json
Executable 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
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/gameritems/recipes/stupidium_helmet.json
Executable file
19
src/main/resources/data/gameritems/recipes/stupidium_helmet.json
Executable 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
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/stupidium_hoe.json
Executable file
20
src/main/resources/data/gameritems/recipes/stupidium_hoe.json
Executable 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
|
||||
}
|
||||
}
|
||||
12
src/main/resources/data/gameritems/recipes/stupidium_ingot.json
Executable file
12
src/main/resources/data/gameritems/recipes/stupidium_ingot.json
Executable file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "gameritems:stupidium_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "gameritems:stupidium_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "gameritems:raw_stupidium"
|
||||
},
|
||||
"result": "gameritems:stupidium_ingot",
|
||||
"experience": 1.9,
|
||||
"cookingtime": 100
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "gameritems:raw_stupidium"
|
||||
},
|
||||
"result": "gameritems:stupidium_ingot",
|
||||
"experience": 0.7,
|
||||
"cookingtime": 200
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/stupidium_leggings.json
Executable file
20
src/main/resources/data/gameritems/recipes/stupidium_leggings.json
Executable 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
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/stupidium_pickaxe.json
Executable file
20
src/main/resources/data/gameritems/recipes/stupidium_pickaxe.json
Executable 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
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/stupidium_shovel.json
Executable file
20
src/main/resources/data/gameritems/recipes/stupidium_shovel.json
Executable 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
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/stupidium_sword.json
Executable file
20
src/main/resources/data/gameritems/recipes/stupidium_sword.json
Executable 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
22
src/main/resources/data/gameritems/recipes/weem.json
Normal file → Executable 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
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:weem_hay_block",
|
||||
"item": "gameritems:weem_haybale",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user