1

Redstone Modding HELP

proImage 12/30/12 1:40 pm
162
12/31/2012 7:06 am
I need help, i want to make a custom type of redstone for my mod please help me its much a ppreciated
Posted by
proImage
Level 8 : Apprentice System
1

  Have something to say?

JoinSign in

3

proImage
12/31/2012 7:06 am
Level 8 : Apprentice System
to be honest i aint really experienced is there anyway of putting it more simple for me to understand
1
RevolutionalRedStone
12/30/2012 11:29 pm
Level 54 : Grandmaster Pirate
It's quite simple assuming your an experienced mod maker.

Minecraft uses a hash-indexed 'power' table which contains integer elements referencing the various redstone components ( as well as 'flat block' and 'solid block', nil is reserved as air. )

Interaction between cells in the automata are buffered using a hashed 'update' list.

Adding a new component ( or CA state ) is trivial, just use an integer outside the current range and it will will be ignored by the standard components.

To re-add interactions ( perhaps to make another coloured dust ) just copy the related code and change the for list element test value to your new int.

Good luck Pro.
1
scribblemaniac
12/30/2012 11:00 pm
Level 26 : Expert Modder
You need to be a bit more descriptive...
1

Welcome