Changelog:
V8.0.1 [12-17] New features: Crafting Recipies, PC style pistons, Doors can be opened by redstone
V7.0.0 [12-7] Added slime block
V6.9.4 [12-2] Initial English Version
ScreenShots
How to use/ Tutorial:
Iron Block: Redstone
Diamond Block: Lever
Piston is available in creative inv. or crafted
Sticky Piston is available in creative inv. or crafted
Stone Brick Stairs: Redstone Torch (Highest end is the facing part)
Furnace: TNT cannon
Jack o'Lantern: Snowball cannon
Pumpkin: Arrow cannon
Nether Brick Stairs: Redstone Repeater (Lower end is the facing part)
Sign: Command Block
Command Block Usage:
Write the command on a sign. You can split it to multiple lines if you wish.
Commands:
/menu - Opens the menu
/gamemode [mode] [mode] - 0 or 1(0--survival; 1-- create)
/give [ID] [num] [data] [ID] - itemid [num]: how many [data]: data
/time set [time] [time] - A number or [ "day" , "night"]
/time add [time] [time] - The time you want to add.
/tp x y z [x y z] - tp yourself to x,y,z
/spawnpoint x y z [x y z] - Set spawnpoint to x,y,z
/say [message] [message] - The message you want to say.
/kill - kill youself
/setblock x y z id data [id] - blockid
/health [num] [num] - How much
/spawnmob x y z [ID] - Spawn mob at xyz with mod id
Hi, for all the reasons that everyone has posted, I am willing to take over this mod. I only need your permissions because it IS your code!
Just messing around with it, I was already able to get levers (instead of swapping a diamond block for a ...clay-like block), replaced the nether/brick/cobble/smooth stone stairs for a repeater block. I also started the ability for having repeaters have full features that they are supposed to have. YOU had it so they could repeat a signal with 1 tick or 1 second of delay. I started the code for also changing that around to match:
"When initially placed, a redstone repeater has a delay of 1 redstone tick (equivalent to 2 game ticks, or 0.1 seconds barring lag).
A repeater's delay can be modified by using the Use Item control. Each use increases the repeater's delay by 1 redstone tick, to a maximum of 4 redstone ticks, then back to 1 redstone tick. Longer delays can be made with multiple repeaters – for example, a repeater set to '4' and another to '1' will give a half second delay (0.4s + 0.1s = 0.5s)."
There are some other quirks with the slime blocks, but that's OK! I believe that can all be corrected.
Please let me know what you think. As with most, I cannot use Pocket Power because of other mods. Even if I give up my other mods, I still cannot run ByteNahalf's PocketPower because it just crashes. I've tried everything I can and it does not seem to behave. Oh well.
Instead I will run my other mods. I like to use the game in as pure a state as I can. That is why I only use the Elevator Mod, Super Door Operator 2000 mod (I made that one due to the missing Redstone - I still have many additions that I need to add to that), Better Storage, PoweredTools (sometimes), Villiger Trading and sometimes I will use the Waypoints v2.1 mod (similar to the PC's debug mode). Even if I remove all of those and do not use ANY APK mods, PocketPower still crashes. As I said, that it why I made the Super Door Operator 2000 Mod.
Also, if anyone reading this has any idea how to create a block with a torch, but have it actually show up in ALL directions, that would be great! So far, my efforts have created the redstone torch, but it is only 2d. That is, if you walk around it, in certain directions the torch will be invisible because it is only 1 pixel thick.
I also have ideas on how to make a rail detector block. I think it will only work with the player, but at least it will be there. Similar to your pressure plate behavior. This would be neat because my Super Door Operator mod cannot place rail after opening a large overhead door. This mod would allow that to happen.
I also think that at some point adding a comparator would be good, but I think it will need a texture pack. I am trying to avoid that if possible. I think mods are so much better if they can get away with NOT using texture packs!
I also think I can change the command block to look properly as well. This is not one of my priorities, since you cannot operate a command block the same way that you can with PC, but I think that this should be cleaned up as well!
Anyway, please let me know. I think that you have a 90% solution! I think that most people will love this!
Rollback Post to RevisionRollBack
To Download my Mods, after you click the download link, select the arrow in the UPPER RIGHT. This will then, download the file to your device
Well I like how your going with this potential but I've experienced issues with the pocketpower too but since the original redstone mod uses stairs for redstone torch or repeater I believe that it is good to just to take one of the stairs in MCPE and use it as the comparator also the super door operator I've been having issues with because for some reason the door always gets stuck to the the id of the sign and I cannot change it using the tool
Hi, for all the reasons that everyone has posted, I am willing to take over this mod. I only need your permissions because it IS your code!
Just messing around with it, I was already able to get levers (instead of swapping a diamond block for a ...clay-like block), replaced the nether/brick/cobble/smooth stone stairs for a repeater block. I also started the ability for having repeaters have full features that they are supposed to have. YOU had it so they could repeat a signal with 1 tick or 1 second of delay. I started the code for also changing that around to match:
"When initially placed, a redstone repeater has a delay of 1 redstone tick (equivalent to 2 game ticks, or 0.1 seconds barring lag).
A repeater's delay can be modified by using the Use Item control. Each use increases the repeater's delay by 1 redstone tick, to a maximum of 4 redstone ticks, then back to 1 redstone tick. Longer delays can be made with multiple repeaters – for example, a repeater set to '4' and another to '1' will give a half second delay (0.4s + 0.1s = 0.5s)."
There are some other quirks with the slime blocks, but that's OK! I believe that can all be corrected.
Please let me know what you think. As with most, I cannot use Pocket Power because of other mods. Even if I give up my other mods, I still cannot run ByteNahalf's PocketPower because it just crashes. I've tried everything I can and it does not seem to behave. Oh well.
Instead I will run my other mods. I like to use the game in as pure a state as I can. That is why I only use the Elevator Mod, Super Door Operator 2000 mod (I made that one due to the missing Redstone - I still have many additions that I need to add to that), Better Storage, PoweredTools (sometimes), Villiger Trading and sometimes I will use the Waypoints v2.1 mod (similar to the PC's debug mode). Even if I remove all of those and do not use ANY APK mods, PocketPower still crashes. As I said, that it why I made the Super Door Operator 2000 Mod.
Also, if anyone reading this has any idea how to create a block with a torch, but have it actually show up in ALL directions, that would be great! So far, my efforts have created the redstone torch, but it is only 2d. That is, if you walk around it, in certain directions the torch will be invisible because it is only 1 pixel thick.
I also have ideas on how to make a rail detector block. I think it will only work with the player, but at least it will be there. Similar to your pressure plate behavior. This would be neat because my Super Door Operator mod cannot place rail after opening a large overhead door. This mod would allow that to happen.
I also think that at some point adding a comparator would be good, but I think it will need a texture pack. I am trying to avoid that if possible. I think mods are so much better if they can get away with NOT using texture packs!
I also think I can change the command block to look properly as well. This is not one of my priorities, since you cannot operate a command block the same way that you can with PC, but I think that this should be cleaned up as well!
Anyway, please let me know. I think that you have a 90% solution! I think that most people will love this!
I thought I would post here in case you knew him. I know sometimes if a thread author doesn't respond to a thread in a while (looks like over a year), they abandoned the project. I did not want to assume this and it seemed that you were more active. So, if you do know him, could you please ask him to log in and reply?
Thanks for any assistance you can offer!
Rollback Post to RevisionRollBack
To Download my Mods, after you click the download link, select the arrow in the UPPER RIGHT. This will then, download the file to your device
To post a comment, please login or register a new account.
I am posting this as haohao321 wants a new thread written by me instead (for better english).
This mod is made by haohao321 and his friend xiaoyan9894
You can find his original thread here http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2290934-redstone-mod-use-the-redstone-in-mobile
Features
- Pistons and Sticky Pistons - Works like the PC Version
- Redstone, Buttons, Levers, Redstone torches and more
- Wooden/ Stone Pressure Plates - Uses custom block shapes to look authentic
- Redstone Repeater - Can be set to 1 second or 1 tick
- Trapped Chest - Is the normal chest
- TNT, Snowball and arrow thrower - May need a fast device
- Command Blocks
Original Thread on Baidu TiebaDownload Chinese Version
English Version:
Mediafire Download
DropBox Download
Changelog:
V8.0.1 [12-17] New features: Crafting Recipies, PC style pistons, Doors can be opened by redstone
V7.0.0 [12-7] Added slime block
V6.9.4 [12-2] Initial English Version
ScreenShots
How to use/ Tutorial:
Diamond Block: Lever
Piston is available in creative inv. or crafted
Sticky Piston is available in creative inv. or crafted
Stone Brick Stairs: Redstone Torch (Highest end is the facing part)
Furnace: TNT cannon
Jack o'Lantern: Snowball cannon
Pumpkin: Arrow cannon
Nether Brick Stairs: Redstone Repeater (Lower end is the facing part)
Sign: Command Block
Command Block Usage:
Commands:
/menu - Opens the menu
/gamemode [mode] [mode] - 0 or 1(0--survival; 1-- create)
/give [ID] [num] [data] [ID] - itemid [num]: how many [data]: data
/time set [time] [time] - A number or [ "day" , "night"]
/time add [time] [time] - The time you want to add.
/tp x y z [x y z] - tp yourself to x,y,z
/spawnpoint x y z [x y z] - Set spawnpoint to x,y,z
/say [message] [message] - The message you want to say.
/kill - kill youself
/setblock x y z id data [id] - blockid
/health [num] [num] - How much
/spawnmob x y z [ID] - Spawn mob at xyz with mod id
Mob IDs
chicken:10
cow:11
pig:12
sheep:13
wolf:14
villager:15
mooshrooom:16
zombie:32
creeper:33
skeleton:34
spider:35
zombie pigman:36
slime:37
enderman:38
silverfish:39
TNT:65
minecart:84
If you need further help or have any feeback, please post to this thread.
Hi, for all the reasons that everyone has posted, I am willing to take over this mod. I only need your permissions because it IS your code!
Just messing around with it, I was already able to get levers (instead of swapping a diamond block for a ...clay-like block), replaced the nether/brick/cobble/smooth stone stairs for a repeater block. I also started the ability for having repeaters have full features that they are supposed to have. YOU had it so they could repeat a signal with 1 tick or 1 second of delay. I started the code for also changing that around to match:
http://minecraft.gamepedia.com/Redstone_Repeater
"When initially placed, a redstone repeater has a delay of 1 redstone tick (equivalent to 2 game ticks, or 0.1 seconds barring lag).
A repeater's delay can be modified by using the Use Item control. Each use increases the repeater's delay by 1 redstone tick, to a maximum of 4 redstone ticks, then back to 1 redstone tick. Longer delays can be made with multiple repeaters – for example, a repeater set to '4' and another to '1' will give a half second delay (0.4s + 0.1s = 0.5s)."
There are some other quirks with the slime blocks, but that's OK! I believe that can all be corrected.
Please let me know what you think. As with most, I cannot use Pocket Power because of other mods. Even if I give up my other mods, I still cannot run ByteNahalf's PocketPower because it just crashes. I've tried everything I can and it does not seem to behave. Oh well.
Instead I will run my other mods. I like to use the game in as pure a state as I can. That is why I only use the Elevator Mod, Super Door Operator 2000 mod (I made that one due to the missing Redstone - I still have many additions that I need to add to that), Better Storage, PoweredTools (sometimes), Villiger Trading and sometimes I will use the Waypoints v2.1 mod (similar to the PC's debug mode). Even if I remove all of those and do not use ANY APK mods, PocketPower still crashes. As I said, that it why I made the Super Door Operator 2000 Mod.
Also, if anyone reading this has any idea how to create a block with a torch, but have it actually show up in ALL directions, that would be great! So far, my efforts have created the redstone torch, but it is only 2d. That is, if you walk around it, in certain directions the torch will be invisible because it is only 1 pixel thick.
I also have ideas on how to make a rail detector block. I think it will only work with the player, but at least it will be there. Similar to your pressure plate behavior. This would be neat because my Super Door Operator mod cannot place rail after opening a large overhead door. This mod would allow that to happen.
I also think that at some point adding a comparator would be good, but I think it will need a texture pack. I am trying to avoid that if possible. I think mods are so much better if they can get away with NOT using texture packs!
I also think I can change the command block to look properly as well. This is not one of my priorities, since you cannot operate a command block the same way that you can with PC, but I think that this should be cleaned up as well!
Anyway, please let me know. I think that you have a 90% solution! I think that most people will love this!
To Download my Mods, after you click the download link, select the arrow in the UPPER RIGHT. This will then, download the file to your device
Well I like how your going with this potential but I've experienced issues with the pocketpower too but since the original redstone mod uses stairs for redstone torch or repeater I believe that it is good to just to take one of the stairs in MCPE and use it as the comparator also the super door operator I've been having issues with because for some reason the door always gets stuck to the the id of the sign and I cannot change it using the tool
post your SDO2K issues in the SDO2K thread and I'll get you sorted out!
To Download my Mods, after you click the download link, select the arrow in the UPPER RIGHT. This will then, download the file to your device
I didnt make this mod. HaoHao321 asked me to make this topic for a better written english version, its his mod. ask him on http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2290934-fantastic-redstone-mod-almost-all-things-piston
Thanks! I did post on page 7.
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2290934-fantastic-redstone-mod-almost-all-things-piston?page=7
I thought I would post here in case you knew him. I know sometimes if a thread author doesn't respond to a thread in a while (looks like over a year), they abandoned the project. I did not want to assume this and it seemed that you were more active. So, if you do know him, could you please ask him to log in and reply?
Thanks for any assistance you can offer!
To Download my Mods, after you click the download link, select the arrow in the UPPER RIGHT. This will then, download the file to your device