• 9/11/21 12:52 pm
- 2k views • 0 today
- save_alt 233 downloads
- Progress
- 100% complete
49
here is a proof a concept i made.
The idea was to be able to implement manually (or with a script) a function in minecraft so that it can be read with redstone.
This device can perform the following functions (note that you can add whatever you want) :
y = x
y = x^2
y = x^3
y = 1/x
y = sqrt(x)
y = 2^(x/10)
y = exp(x/10)
y = log(x)
where x can be any integer from 0 to 99
[for 2^x and exp(x) there is a /10 because numbers gets quite big]
Guide to implement your own function(s) :
inside the datapack section of the save folder
- go to the python file and write your function(s)
- run the script
in game
- use /reload
- rename a silverfish_egg "SuperAnchor" (the height will determine which memory the function is stored on)

- finally , use /trigger memhelp_convert
you're function should be implemented !
PS. As you can see on the screenshot i made a ressourcepack to see numbers [easier to manually implement functions] , you can find it here
The idea was to be able to implement manually (or with a script) a function in minecraft so that it can be read with redstone.
This device can perform the following functions (note that you can add whatever you want) :
y = x
y = x^2
y = x^3
y = 1/x
y = sqrt(x)
y = 2^(x/10)
y = exp(x/10)
y = log(x)
where x can be any integer from 0 to 99
[for 2^x and exp(x) there is a /10 because numbers gets quite big]
Guide to implement your own function(s) :
inside the datapack section of the save folder
- go to the python file and write your function(s)
- run the script
in game
- use /reload
- rename a silverfish_egg "SuperAnchor" (the height will determine which memory the function is stored on)
- place the egg in a corner like that [important : Place it where the 0 is]:

- finally , use /trigger memhelp_convert
you're function should be implemented !
PS. As you can see on the screenshot i made a ressourcepack to see numbers [easier to manually implement functions] , you can find it here
More like this
5295629
2


Have something to say?