Skip to content

Commit

Permalink
Fix accesswidener (#623)
Browse files Browse the repository at this point in the history
* fix: add missing method to accesswidener

* chore: changelog and version
  • Loading branch information
mikerooni authored Dec 10, 2023
1 parent cb1f257 commit 9869997
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
17 changes: 2 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# ChangeLog

Version: 1.0.17
Version: 1.0.17.a

* add solar panels
* add shimmer integration for bloom effects
* add most of the secondary colors to material items
* add man-made compass pages
* add ore indicators
* bump the ldlib version up
* reduce nesting of generated tags
* improve zh-cn Localization
* fix missing items for Ruridit and Ultimet
* fix steam boiler being ble to accept steam
* fix changing parallel amount not updating the recipe
* fix preview data precision while sodium/rubidium/embeddium installed
* fix language issues
* fix item filter mode button in filter covers
* fix crash on loading a world when GT is installed without other mods
1 change: 1 addition & 0 deletions common/src/main/resources/gtceu.accesswidener
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ accessible field net/minecraft/world/level/levelgen/heightproviders/UniformHeigh
accessible field net/minecraft/world/level/levelgen/heightproviders/UniformHeight maxInclusive Lnet/minecraft/world/level/levelgen/VerticalAnchor;

accessible method net/minecraft/data/loot/BlockLoot createSingleItemTable (Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder;
accessible method net/minecraft/data/loot/BlockLoot createSingleItemTable (Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/storage/loot/providers/number/NumberProvider;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder;
accessible method net/minecraft/data/loot/BlockLoot applyExplosionDecay (Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/storage/loot/functions/FunctionUserBuilder;)Lnet/minecraft/world/level/storage/loot/functions/FunctionUserBuilder;
accessible method net/minecraft/data/loot/BlockLoot createSilkTouchDispatchTable (Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer$Builder;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder;

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx6G
# Mod Info
mod_id = gtceu
mod_name = GregTech
mod_version = 1.0.17
mod_version = 1.0.17.a
mod_description = GregTech CE Unofficial, ported from 1.12.2
mod_license = LGPL-3.0 license
mod_url = https://github.com/GregTechCEu/GregTech-Modern/
Expand Down

0 comments on commit 9869997

Please sign in to comment.