fabric/fabric-transitive-access-wideners-v1
Shnupbups 6c31357e16
Some more TAWs for block creation and block loot tables (#3201)
* Some more TAWs

Added some TAWs for various methods in `Blocks` used to create certain types of blocks that mods may want to also create. Using these methods will allow them to ensure they have all the right block settings they need to stay consistent with vanilla blocks that use the same methods.

* Add some fields from BlockLootTableGenerator

useful fields from BlockLootTableGenerator. also cleaned up the datagen api's accesswidener file
2023-07-18 12:54:51 +01:00
..
src Some more TAWs for block creation and block loot tables (#3201) 2023-07-18 12:54:51 +01:00
build.gradle Setup unit tests & format gradle files. (#3073) 2023-05-30 13:07:11 +01:00
README.md Create transitive AW module (#2044) 2022-03-13 13:52:38 +00:00
template.accesswidener Some more TAWs for block creation and block loot tables (#3201) 2023-07-18 12:54:51 +01:00

Fabric Transitive Access Wideners (v1)

This module provides access wideners that provide access to otherwise inaccessible Minecraft code.