-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated for 1.16 ("Renamed `generic.movementSpeed` to `generic.movement_speed`.") - Fixed Y coordinates for villager, trader, and doggo spawn - Fixed Y coordinates for manual function invocation vs button - Added top lanterns to prevent mob spawns
- Loading branch information
1 parent
3c5ce05
commit da97121
Showing
8 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ~0 ~0 ~0 should be south-west (diagonal) | ||
# from the south-west corner of the build area | ||
setblock ~0 ~-1 ~0 chiseled_stone_bricks | ||
execute positioned ~1 ~-1 ~-2 run function trz:tent/construct | ||
execute positioned ~1 ~-0.5 ~-2 run function trz:tent/construct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.