mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Adjust some recipes and traits
This commit is contained in:
parent
184af1d53e
commit
9c86245fb8
7 changed files with 22 additions and 10 deletions
|
@ -28,10 +28,6 @@
|
||||||
"minecraft:target",
|
"minecraft:target",
|
||||||
"minecraft:conduit",
|
"minecraft:conduit",
|
||||||
|
|
||||||
"minecraft:redstone",
|
|
||||||
"minecraft:redstone_torch",
|
|
||||||
"minecraft:redstone_block",
|
|
||||||
|
|
||||||
"minecraft:stonecutter",
|
"minecraft:stonecutter",
|
||||||
"minecraft:bell",
|
"minecraft:bell",
|
||||||
"minecraft:lantern",
|
"minecraft:lantern",
|
||||||
|
@ -61,8 +57,7 @@
|
||||||
"minecraft:powered_rail",
|
"minecraft:powered_rail",
|
||||||
"minecraft:detector_rail",
|
"minecraft:detector_rail",
|
||||||
"minecraft:rail",
|
"minecraft:rail",
|
||||||
"minecraft:activator_rail",
|
|
||||||
|
|
||||||
"minecraft:redstone_lamp",
|
"minecraft:redstone_lamp",
|
||||||
"minecraft:note_block",
|
"minecraft:note_block",
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"traits": "knowledge:1 power:4",
|
||||||
|
"items": [
|
||||||
|
"minecraft:redstone",
|
||||||
|
"minecraft:redstone_torch",
|
||||||
|
"minecraft:redstone_block",
|
||||||
|
|
||||||
|
"minecraft:activator_rail"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"traits": "darkness:2 earth:-1 power:2 blood:4",
|
||||||
|
"items": [
|
||||||
|
"minecraft:glowstone"
|
||||||
|
]
|
||||||
|
}
|
|
@ -8,7 +8,6 @@
|
||||||
"minecraft:polished_basalt",
|
"minecraft:polished_basalt",
|
||||||
"minecraft:smooth_basalt",
|
"minecraft:smooth_basalt",
|
||||||
"minecraft:red_nether_bricks",
|
"minecraft:red_nether_bricks",
|
||||||
"minecraft:glowstone",
|
|
||||||
"minecraft:nether_gold_ore",
|
"minecraft:nether_gold_ore",
|
||||||
"minecraft:nether_quartz_ore",
|
"minecraft:nether_quartz_ore",
|
||||||
"minecraft:ancient_debris"
|
"minecraft:ancient_debris"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"minecraft:sugar": "happiness:1",
|
"minecraft:sugar": "happiness:1",
|
||||||
"minecraft:totem_of_undying": "generosity:16",
|
"minecraft:totem_of_undying": "generosity:16",
|
||||||
"minecraft:heart_of_the_sea": "kindness:17",
|
"minecraft:heart_of_the_sea": "kindness:17",
|
||||||
"minecraft:elytra": "power:1 focus:2",
|
"minecraft:elytra": "power:1 focus:2 air:5",
|
||||||
"minecraft:turtle_helmet": "strength:4 darkness:1",
|
"minecraft:turtle_helmet": "strength:4 darkness:1",
|
||||||
"minecraft:stick": "earth:1",
|
"minecraft:stick": "earth:1",
|
||||||
"minecraft:slime_ball": "rot:2",
|
"minecraft:slime_ball": "rot:2",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"type": "unicopia:spellbook/crafting",
|
"type": "unicopia:spellbook/crafting",
|
||||||
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
|
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
|
||||||
"traits": {
|
"traits": {
|
||||||
"focus": 9, "air": 9, "fire": 30
|
"focus": 9, "fire": 30
|
||||||
},
|
},
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{ "item": "unicopia:gemstone", "spell": "unicopia:flame" }
|
{ "item": "unicopia:gemstone", "spell": "unicopia:flame" }
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"type": "unicopia:spellbook/crafting",
|
"type": "unicopia:spellbook/crafting",
|
||||||
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
|
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
|
||||||
"traits": {
|
"traits": {
|
||||||
"strength": 10, "knowledge": 8
|
"strength": 10, "knowledge": 8, "blood": 9
|
||||||
},
|
},
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{ "item": "unicopia:gemstone", "spell": "unicopia:shield" }
|
{ "item": "unicopia:gemstone", "spell": "unicopia:shield" }
|
||||||
|
|
Loading…
Reference in a new issue