Shnupbups
9b5f02e4eb
Datagen Renames ( #1910 )
...
* Renames
* whoops
* Return dataGenerator fields in deprecated classes
* fix up conflicts
* Update FabricRecipesProvider.java
2022-02-11 13:27:31 +00:00
modmuss50
d7c144a830
Migrate to SLF4j and update loom ( #1960 )
...
* Migrate to SLF4j and update loom
* Update loom
* Update to latest loom
2022-01-30 21:37:23 +00:00
Technici4n
12540453db
Fabric Resource Conditions ( #1656 )
...
* First completed draft
* Update PR, should be close to ready now
* Add fluid/item_tags_populated conditions
* Log processed resource with trace log level
* Use debug instead of trace log level
* Apply suggestions from code review
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Code review suggestions
* writeAdditional -> writeParameters
* Apply suggestions from code review
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* CONDITION_ID -> CONDITION_ID_KEY
2022-01-14 15:10:43 +00:00
modmuss50
9b1557c1f3
Allow adding vanilla tags to FabricTagBuilder ( #1926 )
...
Co-authored-by: deirn <deirn@bai.lol>
2021-12-22 18:55:37 +00:00
deirn
c568f923d0
Add datagen support for dynamic registry tags ( #1890 )
...
* Add datagen support for dynamic registry tags
* Update according review
* Make FabricTagBuilder final
* Throw AssertionError if expected errors didn't happen
2021-12-22 18:25:57 +00:00
Shnupbups
252fd7d614
Datagen Additions ( #1911 )
...
* Datagen additions
Now separated from #1889
* add throws javadoc tag, and test for copying a block tag that contains a block without an item form to an item tag
* linkplain
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Add javadoc note about copy filtering
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-12-22 17:09:51 +00:00
modmuss50
3fec4ad922
Fabric Data Generation API ( #1824 )
...
* First look at datagen
* First pass on item/block models
* Tags
* Advancements + BlockFamilies
* Loot tables
* Cleanup
* Start on javadocs, and cleanup
* Update for new mappings.
* Added client-side entrypoint and more logging.
* Complete javadoc, add modid filter and misc fixes/cleanup.
* Minor fixes.
* Renames and misc changes.
* Strict validation fixes.
* Apply suggestions from code review
Co-authored-by: Shnupbups <shnupbups@gmail.com>
* Update fabric-data-generation-api-v1/src/main/java/net/fabricmc/fabric/api/datagen/v1/FabricDataGenerator.java
Co-authored-by: Shnupbups <shnupbups@gmail.com>
* Update fabric-data-generation-api-v1/src/main/java/net/fabricmc/fabric/api/datagen/v1/FabricDataGenerator.java
Co-authored-by: Shnupbups <shnupbups@gmail.com>
* Review fixes.
* Set generated dir as resources not sources.
Co-authored-by: Sebastian Hartte <shartte@users.noreply.github.com>
Co-authored-by: Shnupbups <shnupbups@gmail.com>
2021-12-03 13:35:29 +00:00