Maps Redstone Device

Minecraft Function calculator

  • 2k views 0 today
  • save_alt 233 downloads
Progress
100% complete
  • 7
  • 6
  • 2
IA_Des
Lvl 54Grandmaster System
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)

- place the egg in a corner like that [important : Place it where the 0 is]:
SuperAnchor placement

- 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

  Have something to say?

User3858526F
10/15/2021 3:42 pm
Level 1 : New Miner
Amazing project!
1
MuriloLimeiraBR
09/11/2021 7:10 pm
Level 16 : Journeyman Miner
fantastic!!
1

Welcome