Skip to content

Commit

Permalink
Spawn on 'nether:rack' only
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Aug 31, 2017
1 parent ced2df5 commit fe08d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions depends.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
default
nether
spawneggs?
tnt?
2 changes: 1 addition & 1 deletion spawn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sneeker.log('Spawn interval: ' .. tostring(spawn_interval) .. ' (' .. tostring(s
sneeker.log('Maximum light value for spawn: ' .. tostring(spawn_maxlight))

core.register_abm({
nodenames = {'default:dirt_with_grass', 'default:stone'},
nodenames = {'nether:rack'},
neighbors = {'air'},
interval = spawn_interval,
chance = spawn_chance,
Expand Down

0 comments on commit fe08d21

Please sign in to comment.