Modular Machinery

Modular Machinery

12M Downloads

How to make a number a string instead of an integer?

Terra-B-Welch opened this issue ยท 0 comments

commented

So I'm trying to make a mechanical version of the better with mods saw, with sidings, mouldings and corners included, but I have come across a very annoying issue.. The mod keeps making a specific bit of NBT data an integer instead of a string like it needs to be. Due to the fact that it makes it an integer I cannot make recipes for chiseled wood sidings, mouldings and corners.

an example of a recipe I am trying to make.

https://pastebin.com/gGumABjC

note the "variation" part of the NBT data. It needs to be a string for the recipe to work, but modular machinery keeps turning it into a variable despite me placing quotes there.

Does anyone know how I could possibly trick modular machinery into not making the number a variable?