atomok
This commit is contained in:
@@ -5,20 +5,48 @@
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:uranium_ore"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:netherite_pickaxe"
|
||||
]
|
||||
}
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:uranium_ore",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"items": [
|
||||
"minecraft:diamond_pickaxe",
|
||||
"minecraft:netherite_pickaxe"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:uranium",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:netherite_pickaxe"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
20
src/main/resources/data/szar/recipes/atom.json
Normal file
20
src/main/resources/data/szar/recipes/atom.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III",
|
||||
"NNN",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"N": {
|
||||
"item": "szar:nuke_core"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:atom",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
23
src/main/resources/data/szar/recipes/detonator.json
Normal file
23
src/main/resources/data/szar/recipes/detonator.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"AAI",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"A": {
|
||||
"item": "szar:atom"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:detonator",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/nuke_core.json
Normal file
20
src/main/resources/data/szar/recipes/nuke_core.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"TUT",
|
||||
"UTU",
|
||||
"TUT"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "szar:uranium_rod"
|
||||
},
|
||||
"T": {
|
||||
"item": "minecraft:tnt"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:nuke_core",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
9
src/main/resources/data/szar/recipes/uranium.json
Normal file
9
src/main/resources/data/szar/recipes/uranium.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "szar:uranium_ore"
|
||||
},
|
||||
"result": "szar:uranium",
|
||||
"experience": 2.67,
|
||||
"cookingtime": 200
|
||||
}
|
||||
17
src/main/resources/data/szar/recipes/uranium_rod.json
Normal file
17
src/main/resources/data/szar/recipes/uranium_rod.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" U",
|
||||
" U ",
|
||||
"U "
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "szar:uranium"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:uranium_rod",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/szar/recipes/uranium_rod_1.json
Normal file
17
src/main/resources/data/szar/recipes/uranium_rod_1.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"U",
|
||||
"U",
|
||||
"U"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "szar:uranium"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:uranium_rod",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/szar/recipes/uranium_rod_2.json
Normal file
17
src/main/resources/data/szar/recipes/uranium_rod_2.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"U ",
|
||||
" U ",
|
||||
" U"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "szar:uranium"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:uranium_rod",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user