Removed reach condition for crafting recipes, too much effort to maintain for such a small feature.
Fixed saving modifier settings on closing the gui (don't override onClose() but removed()).
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"conditions": {
|
||||
"enable_reach_upgrades": "nl.requios.effortlessbuilding.helper.ReachConditionFactory"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"conditions": [{
|
||||
"type": "effortlessbuilding:enable_reach_upgrades"
|
||||
}],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S",
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"conditions": [{
|
||||
"type": "effortlessbuilding:enable_reach_upgrades"
|
||||
}],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" M",
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"conditions": [{
|
||||
"type": "effortlessbuilding:enable_reach_upgrades"
|
||||
}],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" FE",
|
||||
|
||||
Reference in New Issue
Block a user