Compatibility
Minecraft: Java Edition
1.20.1
1.18.2
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 2 weeks ago
Changelog
⚠️ This update has major breaking changes, see below ⚠️
- Add
tfc.collapse
server event - Events fired on the server (
tfc.climate_model.select
,tfc.start_fire
,tfc.prospect
,tfc.logging
, andtfc.animal_product
) are now able to be handled in server scripts - The
tfc.prospect
event now has a method to get itsProspectResult
- Add
tfc:tool
item type- Has
.hammer()
and.knife()
methods
- Has
- Minimum TFC version is now
2.2.29
- The
tfc.logging
event now provides aLevelJS
andBlockContainerJS
, instead of a rawLevelAccessor
,BlockState
, andBlockPos
- Data builders in the
server.datapack.*
events now have an optionalResourceLocation
as a final argument- Unfortunately, this means that several once optional arguments are no longer optional
- For item heat definitions: The forging and welding temps are no longer optional, but nullable
- For metal definitions: The tier is no longer optional
- For panning definitions: The model stages are no longer a
String...
, but aList<String>
, just wrap your model names in square brackets to update
- Unfortunately, this means that several once optional arguments are no longer optional
- Add data builders for climate ranges and fauna
- Worldgen builders in
server.datapack.*
events can now specify the namespace of the name (allows overwriting default features), if no colon is found, the namespace will default tokubejs_tfc
as it did before - Add the ability to access TFC player data (nutrition, chisel mode, intoxication) through
PlayerJS#getData()
- Modification and removal of default rock layers now fires as late as possible
Files
Metadata
Release channel
ReleaseVersion number
1.18.2-0.6.0Loaders
Game versions
1.18.2Downloads
478Publication date
October 21, 2023 at 11:22 PMPublisher
Notenoughmail
Owner