ForgePatch/src/test/resources/assets
brandon3055 399bc6c9c3
Add support for custom elytra (#7202)
2020-08-03 15:55:10 -07:00
..
advancementcriteriontest/advancements Expose CriteriaTriggers.register, closes #4109 (#4634) 2018-01-18 13:21:17 -08:00
advancements_pagination/advancements Added pages to the advancements GUI to allow for unlimited root advancements. (#4183) 2017-08-01 13:43:24 -05:00
collisionboxexeventtest/blockstates Improve performance of World.collidesWithAnyBlock (#4286) 2017-10-31 11:20:59 -07:00
composite_model_test Model system fixes: 2020-05-15 19:25:26 +02:00
config_test/lang Adding config GUIs to the @Config based configuration System (#3735) 2017-04-01 14:24:50 -07:00
constantloadingtest/test Allow loading json constants outside of _constants 2019-04-25 19:22:43 -04:00
crafting_system_test/recipes Fix issues with the test mods 2018-03-29 22:33:40 -07:00
custom_elytra_test Add support for custom elytra (#7202) 2020-08-03 15:55:10 -07:00
custom_sprite_test Moved TextureStitchEvent.Pre to allow custom sprites for blocks (#3436) 2016-12-01 20:49:23 -08:00
custom_tnt_test Add hooks to make it easier to add custom TNT blocks (#6290) 2019-11-20 19:19:34 -08:00
dynbuckettest/blockstates Fixed model error reporting, fixed model errors in test mods that shouldn't happen, fixed custom texture loading, made more things private/final. 2016-03-16 01:42:23 +03:00
farmlandwatertest/blockstates Add a hook for farmland watering (#4891) 2019-04-12 20:16:34 -04:00
flower_pot_test Make FlowerPotBlock extensible and reusable for mods 2019-09-17 19:57:58 -04:00
fluidadditionalfields Added color as field with setter to Fluid class. (#4460) 2017-12-08 02:18:45 -08:00
fogcolorinsidematerialtest Changed BlockFluidBase "fog" color use color from Fluid getColor() method (#4462) 2017-10-31 10:46:40 -07:00
forge Fix more bad shapeless recipe matching. Closes #4557 2017-11-26 14:50:57 -08:00
forgeblockstatesloader/models/block Fix multi-layer item rendering. 2020-07-03 05:54:46 +02:00
forgedebugcustomslimeblock Added Custom Slime Block hook for Piston. (#4520) 2017-12-16 18:38:53 -08:00
forgedebugfluidplacement/blockstates [1.11.x] Refine fluid placement utilities (#3509) 2016-12-05 20:17:47 -08:00
forgedebugitemlayermodel/blockstates Initial 1.11 release update. 2016-11-15 19:26:10 -08:00
forgedebugitemtile/blockstates Fixed model error reporting, fixed model errors in test mods that shouldn't happen, fixed custom texture loading, made more things private/final. 2016-03-16 01:42:23 +03:00
forgedebugmodelanimation Fix more test mod warnings (#4477) 2017-11-02 23:29:31 -07:00
forgedebugmodelfluid/blockstates Initial 1.11 release update. 2016-11-15 19:26:10 -08:00
forgedebugmodelloaderregistry Finish model loader debug mod 2019-05-11 18:58:45 -04:00
forgedebugmultilayermodel Model system improvements: 2020-07-02 19:16:40 +02:00
forgedebugnobedsleeping/models/item Fixed model error reporting, fixed model errors in test mods that shouldn't happen, fixed custom texture loading, made more things private/final. 2016-03-16 01:42:23 +03:00
furnacefuelburntimeeventtest/models/item Improve furnace fuel handling (#4083) 2017-07-03 12:54:01 -07:00
horse_armor_test [1.12.x] Implement hooks allowing mods to add horse armor. Partially addresses #3975. (#3994) 2018-01-18 12:04:37 -08:00
item_can_destroy_blocks_in_creative_test/models/item Fix errors in test mods 2017-07-11 22:04:25 -07:00
item_model_conflict_test Change item model loading priority to fix model conflicts (#4898) 2018-06-27 11:08:38 -07:00
item_model_generation_test Further reduce quad count of generated item models (#4448) 2017-10-31 11:02:09 -07:00
loot_context_tweaks_test/advancements/test Add some extra context to Advancements/Minecart/Fishing/TileEntity loot handlers.(#4443) 2017-12-16 18:38:03 -08:00
loottable_load_event_test/loot_tables/chests Add LootTableManager to the LootTableLoadEvent (#3717) 2017-04-07 16:22:49 -07:00
music_disc_test Allow Music Discs to be created with SoundEvent delegates. (#6523) 2020-05-15 10:38:19 -07:00
nbtsharetagitemtest/models/item Fix getShareTag replacing data on the server (#3776) Closes #3682 2017-06-04 18:38:16 -07:00
new_fluid_test Patch the bucket logic to not hardcode some checks to WATER. Fixes not being able to place custom fluids into modded fluid-loggable blocks that accept fluids other than water. 2020-05-06 13:30:20 +02:00
new_model_loader_test Add a model loader that lets mods specify different models for different perspectives. 2020-06-28 00:32:50 +02:00
onitemusefirsttest/models/item [1.12] Allow the server to handle item-block interaction if onItemUse doesn not return PASS (#3967) 2017-07-20 17:11:50 -05:00
oredict_predicate/advancements/recipes Add support for oredict item predicates in advancements, and add a registry for item predicates (#4188) 2017-08-09 15:20:45 -05:00
professiontest/textures/entity [1.11.2] Fixed Zombie Villagers not setting and getting professions correctly (#3678) 2017-04-30 21:59:57 -07:00
recipetest/recipes Create custom shapeless recipe matching system. Should solve #4516 damageable items in shapeless recipes. 2017-11-22 13:26:02 -08:00
shield_test Fix test mod shield JSON incorrect bottom face UV's (#4295) 2017-09-23 14:27:11 -07:00
testobjmodelmod/models Fix objloader registering at wrong time. Closes #5847. Added test 2019-07-20 21:04:00 -04:00
trsr_transformer_test Fix LightUtil.unpack to set the 4th component to 1 when expanding an xyz position into a 4-component vector. 2019-12-29 17:16:27 +01:00
wrenchrotatedebug Stop rotation of extended pistons, beds, and double chests Fixes #3634 2017-02-19 10:48:43 -08:00