Skip to content

Commit

Permalink
so many updates it is impossible to keep track. customnpcs may work n…
Browse files Browse the repository at this point in the history
…ow on servers with command blocks explicitly enabled?
  • Loading branch information
otakup0pe committed Jun 26, 2020
1 parent 0d0b04a commit 94d98fc
Show file tree
Hide file tree
Showing 19 changed files with 7,278 additions and 243 deletions.
5 changes: 5 additions & 0 deletions packmaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ mods:
- "appleskin":
- "a-lib":
- "alchemistry":
- "randompatches":
- "copy-paste":
- "openmodslib":
- "openblocks":
- "animal-bikes":
# it can be handly to disably instantunify when testing ore related things
- "instantunify":
# https://github.com/MrCrayfish/Controllable/issues/93
Expand Down
4 changes: 2 additions & 2 deletions src/config/actuallyadditions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ other {
I:"Fur Drop Chance"=3000

# If true, the booklet should be given to the player when he first crafts something from the Mod
B:"Give Booklet on First Craft"=true
B:"Give Booklet on First Craft"=false

# The ItemFood, IGrowable and IPlantable Items that can not be used to craft Mashed Food. These are the actual registered Item Names, the ones you use, for example, when using the /give Command.
S:"Mashed Food Crafting Exceptions" <
Expand Down Expand Up @@ -181,7 +181,7 @@ other {
B:"Village and Dungeon Loot"=true

# Should right-clicking a bowl on water blocks create a water bowl?
B:"Water Bowl"=true
B:"Water Bowl"=false

# Should the water bowl spill if you don't sneak while using it?
B:"Water Bowl Spilling"=true
Expand Down

0 comments on commit 94d98fc

Please sign in to comment.