Increased range for placing and breaking blocks (breaking at range only in creative).
Added reach upgrade items. Added reach command (usage: /reach <level>).
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"conditions": {
|
||||
"enable_reach_upgrades": "nl.requios.effortlessbuilding.helper.ReachConditionFactory"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"conditions": [{
|
||||
"type": "effortlessbuilding:enable_reach_upgrades"
|
||||
}],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S",
|
||||
"/ "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "effortlessbuilding:reach_upgrade1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"conditions": [{
|
||||
"type": "effortlessbuilding:enable_reach_upgrades"
|
||||
}],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" M",
|
||||
"/ "
|
||||
],
|
||||
"key": {
|
||||
"M": {
|
||||
"item": "minecraft:magma_cream"
|
||||
},
|
||||
"/": {
|
||||
"item": "minecraft:bone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "effortlessbuilding:reach_upgrade2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"conditions": [{
|
||||
"type": "effortlessbuilding:enable_reach_upgrades"
|
||||
}],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" FE",
|
||||
" /F",
|
||||
"/ "
|
||||
],
|
||||
"key": {
|
||||
"E": {
|
||||
"item": "minecraft:ender_eye"
|
||||
},
|
||||
"F": {
|
||||
"item": "minecraft:feather"
|
||||
},
|
||||
"/": {
|
||||
"item": "minecraft:blaze_rod"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "effortlessbuilding:reach_upgrade3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user