Skip to content

Commit

Permalink
fix boats, worldgen replacements fix, vanilla andesite recipe removal
Browse files Browse the repository at this point in the history
  • Loading branch information
thevortex committed Dec 20, 2023
1 parent a3fbcca commit ba621e7
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 451 deletions.
2 changes: 1 addition & 1 deletion defaultconfigs/firmaciv-server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
#Force reduceDebugInfo gamerule.
forceReducedDebugInfo = false
#Disables vanilla boats and base TFC boats from working.
disableVanillaBoatFunctionality = true
disableVanillaBoatFunctionality = false

2 changes: 2 additions & 0 deletions kubejs/client_scripts/jei_hide/removals.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ let hidePotions = (/** @type {Internal.HideJEIEventJS}*/ event) => {
event.hide(`/^gtceu:${tool}_leggings/`)
event.hide(`/^gtceu:${tool}_boots/`)
})
event.hide(`/^minecraft:.*_boat/`)
event.hide(`/^tfc:wood/boat/.*/`)

//IE
event.hide("immersiveengineering:cokebrick")
Expand Down
1 change: 0 additions & 1 deletion kubejs/client_scripts/main_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ ClientEvents.lang("en_us", (event) => {
ItemEvents.tooltip(event => {
addModNameTooltipToCreativeTab(event)
circuitTooltips(event)
boatToolTips(event)
})
129 changes: 0 additions & 129 deletions kubejs/client_scripts/tooltip/boats.js

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/acacia_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/ash_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/aspen_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/birch_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/blackwood_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/chestnut_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/douglas_fir_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/hickory_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/kapok_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/mangrove_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/maple_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/oak_boat.json

This file was deleted.

16 changes: 0 additions & 16 deletions kubejs/data/tfc/recipes/crafting/wood/palm_boat.json

This file was deleted.

Loading

0 comments on commit ba621e7

Please sign in to comment.