Skip to content

Known Issues

CelestialAbyss edited this page May 17, 2023 · 2 revisions

Finality

  • KubeJS refuses to hide the watering cans from Pickle Tweaks and I tried making it ignore NBT, but it still does not work.
onEvent('jei.hide.items', event => {
	// Hide items in JEI here
	// event.hide('minecraft:cobblestone')
	event.hide('pickletweaks:watering_can')
	event.hide('pickletweaks:reinforced_watering_can')
})

Finality Tau

Other Information

Changelogs

Iteration 0.1 Placeholder for Iteration 0.1 modpack documentation

Changelogs (old)

Finality (1.18.2) Changelog * [Finality Changelog](https://github.com/CelestialAbyss/Finality-Minecraft-Things/wiki/Finality-1.18.2-Changelog)
Finality Tau (1.19.2) Changelog * [Finality Tau Changelog](https://github.com/CelestialAbyss/Finality-Minecraft-Things/wiki/Finality-1.19.2-Changelog)

Clone this wiki locally