Koulis2000 / MCScripts

1 stars 0 forks source link

If index numbers are not present, modifications to requested items list are not saved #12

Closed Bjonnfesk closed 11 months ago

Bjonnfesk commented 11 months ago

The modify command in janus/commands.lua only saves modifications if index numbers are present. Otherwise, it returns without saving the modifications.

https://github.com/Koulis2000/MCScripts/blob/922ebb0bc358e513cec3a0154ca0b357a3f3a8a8/CCTweaked/janus/commands.lua#L121-L139

Bjonnfesk commented 11 months ago

Closed as this seems to be intended behaviour.