Advertisement
TechRunner

Spawners.json

Jan 22nd, 2025
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.14 KB | Gaming | 0 0
  1. {
  2.     "list": [
  3.         "squid",
  4.         "chicken",
  5.         "ender_mini",
  6.         "slime",
  7.         "blaze",
  8.         "snow_golem",
  9.         "wither_skeleton",
  10.         "gardian",
  11.         "phantom"
  12.     ],
  13.     "squid":{
  14.         "side": "north",
  15.         "redstone": "redstoneIntegrator_2"
  16.     },
  17.     "chicken":{
  18.         "side": "east",
  19.         "redstone": "redstoneIntegrator_2"
  20.     },
  21.     "ender_mini":{
  22.         "side": "south",
  23.         "redstone": "redstoneIntegrator_2"
  24.     },
  25.     "slime": {
  26.         "side": "west",
  27.         "redstone": "redstoneIntegrator_2"
  28.     },
  29.     "zombie": {
  30.         "side": "east",
  31.         "redstone": "redstoneIntegrator_3"
  32.     },
  33.     "blaze": {
  34.         "side": "north",
  35.         "redstone": "redstoneIntegrator_3"
  36.     },
  37.     "snow_golem": {
  38.         "side": "south",
  39.         "redstone": "redstoneIntegrator_3"
  40.     },
  41.     "wither_skeleton": {
  42.         "side": "west",
  43.         "redstone": "redstoneIntegrator_3"
  44.     },
  45.     "gardian":{
  46.         "side": "west",
  47.         "redstone": "redstoneIntegrator_4"
  48.     },
  49.     "phantom":{
  50.         "side": "north",
  51.         "redstone": "redstoneIntegrator_4"
  52.     }
  53. }
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement