Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.21.35.102
Beta
lootr-neoforge-26.1-1.21.35.1023 months ago 59
Compatibility
Minecraft: Java Edition
26.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Fix version. (c8eeaf95)
- Tweak for release? (5f9dc71b)
- Use the correct method. (5d3f6a13)
- Fix refresh not working. (9ba26e9e)
- Use some API stuff. (91e4d85f)
- Re-generate, remove "Options" (a69207ab)
- Display type is not client-specific. Sorta. (f0f9c3d9)
- Remove unused. (a82af90c)
- Finish removing inventories. (bff06cf1)
- Implement 9e4045. (4f0d91b3)
- Port 3e3ecd. (6c5fce19)
- Port 692e75 (partial). (9fc30e27)
- Port 09e043. (f742a263)
- Port 4b8fc5. (186853ea)
- Adapt container helper for keyed. (b8073f33)
- Start porting over the reference inventory changes. (3f13bf17)
- More shulker -> shulker_box. (9fd2ca69)
- Convert cart to use Simple instance. (985fe272)
- Fix item frame crashes. (e6949bce)
- .get returns an optional holder, not an optional value (d5d94c8a)
- Improve neoforge.mods.toml (5ee16f8f)
- Fix issues identified during testing. (1d42e5c1)
- Convert a few things to use constants. (529197cf)
- Actually use sections. (926f95ed)
- Start implementing sections. (aa7f3b5e)
- Remove unused methods from DataStorage. (2d2c9cc9)
- Refactor API even more. (98527014)
- More usage of the inventory store. (15c76f44)
- Simplify decaying/refreshing. (82c5d432)
- Disable the rest of the old textures. (a5ec2fb4)
- Fix mixin. (ad79c50a)
- Goodbye old textures! (4ca394cc)
- Use gold planks in particles. Rename. (1c3c9131)
- Elide unused lambda parameter names. (cc5376ac)
- Reinstate Jade integration. (00213bf9)
- Semi-reinstate Sherds integration. (020b14a6)
- Update mods, etc. (496abc0a)
- More clean-up. (cad6fb65)
- An excessive quantity of @NonNull. (e736c9a9)
- Improve identifier construction. (5b057455)
- More aimless refactoring. (cf865eed)
- Clean up. (7188dfb2)
- Migrate to SLF4J Logger. (3f76d99f)
- Simplify instance code. (336442b2)
- Lock Message Suppression is an implementation detail, not API. (803099f5)
- Standardize MenuBuilder -> IMenuBuilder (631378f1)
- Stabilize and begin work on section storage. (764ecd09)
- Refactor a lot of things. (ed64e3b8)
- Reapply "Stupid test." (8fbdf0c9)
- Use server data storage; update resourceful config. (47dc2070)
- Begin migrating data to new system. (3769566e)
- Refresh particle. (54ffe83d)
- Iniit config for Fabric. (ea2bfde8)
- Comments. (36c3aaa2)
- Be less error-prone. (2e6ff127)
- Use Lists to allow the list editor. (3f6a8c8d)
- Revert "Stupid test." (4444e1e8)
- Switch back to lists. (94a0bee7)
- Stupid test. (2c32b73b)
- Move a bunch of things around. (d20050f4)
- More work on the Fabric port. (d336112f)
- Update Fabric for FRAPI. (1e3c2a99)
- Rename custom inventory tag. (89c1bda7)
- Improve configuration further. (1c76fdef)
- Tweak config, again. (8a5558c0)
- Move config into the API. (c24d9c22)
- Specify categories properly. (239f4c27)
- More progress towards unified config. (12e7bb7e)
- Integrate new config system. (bd56454d)
- Regenerate assets for corrected names. (6559eba1)
- Fix item showing when "opened". (977e175c)
- Fix mixins. (2f17bd79)
- Regenerate data packs. (9954e123)
- More 26.1. (d7403f43)
- Regenerate assets. (3425f13e)
- Rename resources. (dad97d40)
- The great renaming! (a5c52561)
- Partial 26.1 port. (6082d086)
- Tweak wrapper again. (287c61af)
- Some tweaks. (9985e95c)
- Start work on 26.1. (3dfe3e4d)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:EltpO5cN:Vg3iG537"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:Vg3iG537"
}

