forked from gigabit101/StevesFactoryManager
-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't workingneeds reproductionReliably reproducing the problem helps fix itReliably reproducing the problem helps fix it
Description
Paste the following code in a disk:
name "HNN"
every 20 ticks do
-- enter prediction matrices
input prediction_matrix from enter
output retain 1 prediction_matrix to each sim
forget
-- generalized predictions
input from sim
output *_prediction to exit
forget
input from warden_sim
output prediction to warden_loot
forget
input from loot bottom side
output to exit
forget
end
every 2 ticks do
input 100000000 fe:: from energy_enter
output fe:: to each sim
output fe:: to each loot
end
Do any change to the forget line right under the warden_sim paragraph.
The "Done" button does not respond to clicks.
All The Mods 10
Minecraft 1.21.1
NeoForge 21.1.215
HNN 6.3.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds reproductionReliably reproducing the problem helps fix itReliably reproducing the problem helps fix it