Modifiers issue with 1.12-1.9.5.jar
Golrith opened this issue ยท 1 comments
Something in this update causes Modifiers to no longer work.
I'm using the following two standard modifiers in most of my machines:
"modifiers": [
{
"elements": "chisel:technical@4",
"x": 0,
"y": -1,
"z": 0,
"description": "Increase speed by 20%",
"modifier": {
"io": "output",
"target": "duration",
"operation": 1,
"multiplier": 0.8
}
},
{
"elements": "chisel:futura@2",
"x": 0,
"y": 1,
"z": 0,
"description": "4% chance of not consuming ingredients",
"modifier": {
"io": "input",
"target": "item",
"operation": 0,
"multiplier": -0.04,
"affectChance": true
}
}
],
But when a machine has a module, the structure is no longer assembled.
Either 0,0,0 is no longer the Controller, or perhaps one of the axes has been transposed? (Minecrafts Y is actually the Z co-ord in all maths and other systems)
I've had to revert back to 1.9.4.