Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "list": [
- "squid",
- "chicken",
- "ender_mini",
- "slime",
- "blaze",
- "snow_golem",
- "wither_skeleton",
- "gardian",
- "phantom"
- ],
- "squid":{
- "side": "north",
- "redstone": "redstoneIntegrator_2"
- },
- "chicken":{
- "side": "east",
- "redstone": "redstoneIntegrator_2"
- },
- "ender_mini":{
- "side": "south",
- "redstone": "redstoneIntegrator_2"
- },
- "slime": {
- "side": "west",
- "redstone": "redstoneIntegrator_2"
- },
- "zombie": {
- "side": "east",
- "redstone": "redstoneIntegrator_3"
- },
- "blaze": {
- "side": "north",
- "redstone": "redstoneIntegrator_3"
- },
- "snow_golem": {
- "side": "south",
- "redstone": "redstoneIntegrator_3"
- },
- "wither_skeleton": {
- "side": "west",
- "redstone": "redstoneIntegrator_3"
- },
- "gardian":{
- "side": "west",
- "redstone": "redstoneIntegrator_4"
- },
- "phantom":{
- "side": "north",
- "redstone": "redstoneIntegrator_4"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement