Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 days ago
All versions
1.10.33.84
Release
lootr-fabric-1.21-1.10.33.842 years ago 2,828
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Another edge-case. (c5840d58)
- Move common implementation into the default. (5ee8683c)
- Bump version for internal. (b5bf2c6e)
- Merge branch 'arch-1.21' of https://github.com/noobanidus/Lootr into arch-1.21 (56c710fc)
- Handle edge-case block entities without loot tables. (888cbbc0)
- New Crowdin updates (#473) (1afafb95)
- Fix updatePacketViaForce. (ecd9d6c5)
- Implement decay structures and refresh structures. (67b4ab10)
- Special-case desert pyramids. (30dbeab6)
- Structure blacklist/whitelist. (2ef5f902)
- Structure blacklisting, whitelisting; refresh, etc. (574340ab)
- Update MixinCatSitOnBlockGoal to use getPhysicalOpenerCount. (4fc9618b)
- Fully remove the last of LootrAPI::getPlayer. (da031bed)
- Switch to statically declared model data. (09f39099)
- Shift ClientHooks to common, deprecate LootrAPI::getPlayer. (eed254eb)
- Implement getPhysicalOpenerCount. (e1d148e4)
- Adjust opened textures to include correct visual elements. (3fbb271b)
- Default implementation of the Lootr API. (72f11bbd)
- Remove unneeded TODO. (e4301c39)
- Clarify TODO so it's clearer when searching. (e2b825a2)
- Remove superfluous TODO. (9c25270a)
- Move a TODO. (ef7ce34a)
- Reinstate applyNaturalSlowdown, fix TODO. (50d944f7)
- NeoForge implementation of trapped block tag. (378b65d9)
- Add a TODO: clear replacements when tags are reloaded. (a5687a25)
- Remove TODO and mark getPlayer deprecated. (8d8a83fb)
- The Looted Stat is handled earlier in the code. (a1d92d96)
- Resolve TODO for potential offline servers, etc. (da5db21b)
- Remove TODO in favor of previous TODO. (585cd70f)
- Minecarts never "open" so this is always false, resolve TODO. (b5b5774d)
- Remove unused method, resolve TODO. (7e38afce)
- Resolve TODO: tag trapped block entities. (08cd6ac1)
- It's called at some point, remove TODO. (65323987)
- Resolve more TODOs. (30157881)
- Fix some potential nullability issues, resolve TODO. (78fbc88d)
- Explicitly prevent breaking when not sneaking. (bda45ca2)
- It should work. (4b27d4c8)
- Handle errors. (30425842)
- Refreshing from provider is done; unknown todo. (e418f6b7)
- Clear up some TODOs. (8e8be347)
- Remove openers when clearing a player. (568d8bcd)
- Null handling for entities/block entities. (35d0650f)
- Switch to Fooze's gold textures. (e4e182f1)
- Switch to fastutils hash map. (7daefca6)
- Entity->ILootrCart conversion. EntityType, BlockEntityType. (19e1e08e)
- Rename to ILootrBlockEntityConverter. (ca74460f)
- Remove ILootrOptional in favor of LootrConverter service. (416612a4)
- Lootr object tag (BlockEntityType) (35777d0d)
- Cache lootr keys (#469) (6c940df2)
- Muke most of the ILootrOptional. LootrOptional PoC. (03991013)
- Note to future self. (3be5924c)
- Move the cat-sit-on to a block tag. (5a26da6c)
- Revert to using git IDs. (ae00c3d0)
- Try to fix build environment. (fd3c70c0)
- Bump version for release. (9599a6b3)
- Handle issues with early-loading trying to access registry. (0ba0e9f3)
- Move generated resources. (e12ee927)
- Generate block resources. (6fabf3ef)
- I was mistaken about arrays. (b21f4e41)
- Vastly improve minecart creation. (7c4d92e2)
- Generate new tags. (ace686d5)
- Start converting entity conversion to tags-based. (89637179)
- Opened stat is handled earlier in this function. (ca680c19)
- Note about handling lockKey elsewhere. (85be665b)
- Include additional minecraft versions. (ce360796)
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:cCkC8wDj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:cCkC8wDj"
}


