update name
This commit is contained in:
18
src/main/resources/data/gameritems/advancements/gameritems.json
Executable file
18
src/main/resources/data/gameritems/advancements/gameritems.json
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
},
|
||||
"title": "GAMING",
|
||||
"description": "OH no im too lazy to actually make these",
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"background": "gameritems:textures/block/omnium_ore.png"
|
||||
},
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
||||
27
src/main/resources/data/gameritems/advancements/raw_omnium.json
Executable file
27
src/main/resources/data/gameritems/advancements/raw_omnium.json
Executable file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "gameritems:raw_omnium"
|
||||
},
|
||||
"title": "greEN?",
|
||||
"description": "Get a piece of raw Omnium",
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "gameritems:gameritems",
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"gameritems:raw_omnium"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:deepslate_jeremium_ore",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:raw_jeremium",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:deepslate_omnium_ore",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:raw_omnium",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:deepslate_orium_ore",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:raw_orium",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
49
src/main/resources/data/gameritems/loot_tables/blocks/jeremium_ore.json
Executable file
49
src/main/resources/data/gameritems/loot_tables/blocks/jeremium_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:jeremium_ore",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:raw_jeremium",
|
||||
"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/matt_damon.json
Executable file
19
src/main/resources/data/gameritems/loot_tables/blocks/matt_damon.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:matt_damon"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
19
src/main/resources/data/gameritems/loot_tables/blocks/omnium_block.json
Executable file
19
src/main/resources/data/gameritems/loot_tables/blocks/omnium_block.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:omnium_block"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
49
src/main/resources/data/gameritems/loot_tables/blocks/omnium_ore.json
Executable file
49
src/main/resources/data/gameritems/loot_tables/blocks/omnium_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:omnium_ore",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:raw_omnium",
|
||||
"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/orium_block.json
Executable file
19
src/main/resources/data/gameritems/loot_tables/blocks/orium_block.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:orium_block"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
49
src/main/resources/data/gameritems/loot_tables/blocks/orium_ore.json
Executable file
49
src/main/resources/data/gameritems/loot_tables/blocks/orium_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:orium_ore",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:raw_orium",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
68
src/main/resources/data/gameritems/loot_tables/blocks/weem_crop_block.json
Executable file
68
src/main/resources/data/gameritems/loot_tables/blocks/weem_crop_block.json
Executable file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:weem",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "gameritems:weem_crop_block",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:weem_seeds"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gameritems:weem_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:binomial_with_bonus_count",
|
||||
"parameters": {
|
||||
"extra": 3,
|
||||
"probability": 0.5714286
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "gameritems:weem_crop_block",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
]
|
||||
}
|
||||
15
src/main/resources/data/gameritems/recipes/breem.json
Executable file
15
src/main/resources/data/gameritems/recipes/breem.json
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:weem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:breem",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/gameritems/recipes/deez_nuts.json
Executable file
15
src/main/resources/data/gameritems/recipes/deez_nuts.json
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "gameritems:nuts"
|
||||
},
|
||||
{
|
||||
"item": "gameritems:deez"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "gameritems:deez_nuts",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/gameritems/recipes/deez_nuts_on_your_chin.json
Executable file
15
src/main/resources/data/gameritems/recipes/deez_nuts_on_your_chin.json
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "gameritems:chin"
|
||||
},
|
||||
{
|
||||
"item": "gameritems:deez_nuts"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "gameritems:deez_nuts_on_your_chin",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/gameritems/recipes/drag_deez_nuts_on_your_chin.json
Executable file
15
src/main/resources/data/gameritems/recipes/drag_deez_nuts_on_your_chin.json
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "gameritems:drag"
|
||||
},
|
||||
{
|
||||
"item": "gameritems:deez_nuts_on_your_chin"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "gameritems:drag_deez_nuts_on_your_chin",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
23
src/main/resources/data/gameritems/recipes/gamer_bow.json
Normal file
23
src/main/resources/data/gameritems/recipes/gamer_bow.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" #X",
|
||||
"#SX",
|
||||
" #X"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:gamer_bow"
|
||||
}
|
||||
}
|
||||
|
||||
20
src/main/resources/data/gameritems/recipes/jeremium_axe.json
Executable file
20
src/main/resources/data/gameritems/recipes/jeremium_axe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"W#",
|
||||
"W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_axe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/gameritems/recipes/jeremium_block.json
Executable file
17
src/main/resources/data/gameritems/recipes/jeremium_block.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"FFF",
|
||||
"FFF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/gameritems/recipes/jeremium_boots.json
Executable file
19
src/main/resources/data/gameritems/recipes/jeremium_boots.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FEF",
|
||||
"F F"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_boots",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/jeremium_chestplate.json
Executable file
20
src/main/resources/data/gameritems/recipes/jeremium_chestplate.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FEF",
|
||||
"FFF",
|
||||
"FFF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_chestplate",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/gameritems/recipes/jeremium_helmet.json
Executable file
19
src/main/resources/data/gameritems/recipes/jeremium_helmet.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"FEF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_helmet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/jeremium_hoe.json
Executable file
20
src/main/resources/data/gameritems/recipes/jeremium_hoe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"W ",
|
||||
"W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_hoe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
12
src/main/resources/data/gameritems/recipes/jeremium_ingot.json
Executable file
12
src/main/resources/data/gameritems/recipes/jeremium_ingot.json
Executable file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "gameritems:jeremium_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
9
src/main/resources/data/gameritems/recipes/jeremium_ingot_blast.json
Executable file
9
src/main/resources/data/gameritems/recipes/jeremium_ingot_blast.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "gameritems:raw_jeremium"
|
||||
},
|
||||
"result": "gameritems:jeremium_ingot",
|
||||
"experience": 1.0,
|
||||
"cookingtime": 100
|
||||
}
|
||||
9
src/main/resources/data/gameritems/recipes/jeremium_ingot_furnace.json
Executable file
9
src/main/resources/data/gameritems/recipes/jeremium_ingot_furnace.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "gameritems:raw_jeremium"
|
||||
},
|
||||
"result": "gameritems:jeremium_ingot",
|
||||
"experience": 1,
|
||||
"cookingtime": 250
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/jeremium_leggings.json
Executable file
20
src/main/resources/data/gameritems/recipes/jeremium_leggings.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"FEF",
|
||||
"F F"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_leggings",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/jeremium_pickaxe.json
Executable file
20
src/main/resources/data/gameritems/recipes/jeremium_pickaxe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
" W ",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_pickaxe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/jeremium_shovel.json
Executable file
20
src/main/resources/data/gameritems/recipes/jeremium_shovel.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"W",
|
||||
"W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_shovel",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/jeremium_sword.json
Executable file
20
src/main/resources/data/gameritems/recipes/jeremium_sword.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#",
|
||||
"W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:jeremium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:jeremium_sword",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
23
src/main/resources/data/gameritems/recipes/netherite_stick.json
Executable file
23
src/main/resources/data/gameritems/recipes/netherite_stick.json
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"S",
|
||||
"E",
|
||||
"X"
|
||||
],
|
||||
"key": {
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:netherite_stick",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/omnium_axe.json
Executable file
20
src/main/resources/data/gameritems/recipes/omnium_axe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"W#",
|
||||
"W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_axe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/gameritems/recipes/omnium_block.json
Executable file
17
src/main/resources/data/gameritems/recipes/omnium_block.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"FFF",
|
||||
"FFF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/gameritems/recipes/omnium_boots.json
Executable file
19
src/main/resources/data/gameritems/recipes/omnium_boots.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FEF",
|
||||
"F F"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_boots",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/omnium_chestplate.json
Executable file
20
src/main/resources/data/gameritems/recipes/omnium_chestplate.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FEF",
|
||||
"FFF",
|
||||
"FFF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_chestplate",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/gameritems/recipes/omnium_helmet.json
Executable file
19
src/main/resources/data/gameritems/recipes/omnium_helmet.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"FEF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_helmet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/omnium_hoe.json
Executable file
20
src/main/resources/data/gameritems/recipes/omnium_hoe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"W ",
|
||||
"W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_hoe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
12
src/main/resources/data/gameritems/recipes/omnium_ingot.json
Executable file
12
src/main/resources/data/gameritems/recipes/omnium_ingot.json
Executable file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "gameritems:omnium_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "gameritems:omnium_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
9
src/main/resources/data/gameritems/recipes/omnium_ingot_blast.json
Executable file
9
src/main/resources/data/gameritems/recipes/omnium_ingot_blast.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "gameritems:raw_omnium"
|
||||
},
|
||||
"result": "gameritems:omnium_ingot",
|
||||
"experience": 1.0,
|
||||
"cookingtime": 70
|
||||
}
|
||||
9
src/main/resources/data/gameritems/recipes/omnium_ingot_furnace.json
Executable file
9
src/main/resources/data/gameritems/recipes/omnium_ingot_furnace.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "gameritems:raw_omnium"
|
||||
},
|
||||
"result": "gameritems:omnium_ingot",
|
||||
"experience": 1,
|
||||
"cookingtime": 200
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/omnium_leggings.json
Executable file
20
src/main/resources/data/gameritems/recipes/omnium_leggings.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"FEF",
|
||||
"F F"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_leggings",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/omnium_pickaxe.json
Executable file
20
src/main/resources/data/gameritems/recipes/omnium_pickaxe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
" W ",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_pickaxe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/omnium_shovel.json
Executable file
20
src/main/resources/data/gameritems/recipes/omnium_shovel.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"W",
|
||||
"W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_shovel",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/omnium_sword.json
Executable file
20
src/main/resources/data/gameritems/recipes/omnium_sword.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" # ",
|
||||
" # ",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:omnium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:netherite_stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:omnium_sword",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/orium_axe.json
Executable file
20
src/main/resources/data/gameritems/recipes/orium_axe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"W#",
|
||||
"W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_axe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/gameritems/recipes/orium_block.json
Executable file
17
src/main/resources/data/gameritems/recipes/orium_block.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"FFF",
|
||||
"FFF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
16
src/main/resources/data/gameritems/recipes/orium_boots.json
Executable file
16
src/main/resources/data/gameritems/recipes/orium_boots.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"F F",
|
||||
"F F"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_boots",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/gameritems/recipes/orium_chestplate.json
Executable file
17
src/main/resources/data/gameritems/recipes/orium_chestplate.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"F F",
|
||||
"FFF",
|
||||
"FFF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_chestplate",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
16
src/main/resources/data/gameritems/recipes/orium_helmet.json
Executable file
16
src/main/resources/data/gameritems/recipes/orium_helmet.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"F F"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_helmet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/orium_hoe.json
Executable file
20
src/main/resources/data/gameritems/recipes/orium_hoe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"W ",
|
||||
"W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_hoe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
12
src/main/resources/data/gameritems/recipes/orium_ingot.json
Executable file
12
src/main/resources/data/gameritems/recipes/orium_ingot.json
Executable file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "gameritems:orium_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "gameritems:orium_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
9
src/main/resources/data/gameritems/recipes/orium_ingot_blast.json
Executable file
9
src/main/resources/data/gameritems/recipes/orium_ingot_blast.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "gameritems:raw_orium"
|
||||
},
|
||||
"result": "gameritems:orium_ingot",
|
||||
"experience": 1.0,
|
||||
"cookingtime": 70
|
||||
}
|
||||
9
src/main/resources/data/gameritems/recipes/orium_ingot_furnace.json
Executable file
9
src/main/resources/data/gameritems/recipes/orium_ingot_furnace.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "gameritems:raw_orium"
|
||||
},
|
||||
"result": "gameritems:orium_ingot",
|
||||
"experience": 1,
|
||||
"cookingtime": 200
|
||||
}
|
||||
17
src/main/resources/data/gameritems/recipes/orium_leggings.json
Executable file
17
src/main/resources/data/gameritems/recipes/orium_leggings.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FFF",
|
||||
"F F",
|
||||
"F F"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_leggings",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/orium_pickaxe.json
Executable file
20
src/main/resources/data/gameritems/recipes/orium_pickaxe.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
" W ",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_pickaxe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/orium_shovel.json
Executable file
20
src/main/resources/data/gameritems/recipes/orium_shovel.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"W",
|
||||
"W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_shovel",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/orium_sword.json
Executable file
20
src/main/resources/data/gameritems/recipes/orium_sword.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" # ",
|
||||
" # ",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "gameritems:orium_ingot"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:orium_sword",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/gameritems/recipes/weem_apple.json
Executable file
20
src/main/resources/data/gameritems/recipes/weem_apple.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WWW",
|
||||
"W#W",
|
||||
"WWW"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:golden_apple"
|
||||
},
|
||||
"W": {
|
||||
"item": "gameritems:weem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "gameritems:weem_apple",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
11
src/main/resources/data/gameritems/tags/blocks/ores.json
Executable file
11
src/main/resources/data/gameritems/tags/blocks/ores.json
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"gameritems:omnium_ore",
|
||||
"gameritems:orium_ore",
|
||||
"gameritems:jeremium_ore",
|
||||
"gameritems:deepslate_jeremium_ore",
|
||||
"gameritems:deepslate_omnium_ore",
|
||||
"gameritems:deepslate_orium_ore"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user