Tags
Creators
Details
0.7-snapshot
Compatibility
Required content
Changes
InteractiveStuff 0.7-Snapshot
THIS IS A SNAPSHOT VERSION THAT SHOWCASES THE CORE FEATURES OF 0.7, MORE WILL BE ADDED AND CHANGED IN THE FUTURE!
This the version that you would expect when u download InteractiveStuff 0.7 :D (Without any resource pack & mod support, yet.)
Changes
New Rendering Method
In 0.7 there is a brand new Rendering Method for 0.7 which enables more features to do for the items!
New YACL Options
New options are added to configure in the mod's menu!
Lots of bug fixes
Fixed a lot of bugs were found before in 0.6.2 and before!
Additions
Vyn
Introducing a new Scripting engine "Vyn" which enables you to script the items in any way you want into the resource pack! No documentation for it yet
More Interactive Items!
A lot of items have been added since 0.6.X and here are some of them
- Mace
- Item Frames
- Paintings
- Enchanting Table
- Vault
- Hanging Signs
- Chests
- Pistons
- Bucket of water
- Totem of Undying
- Saplings
- and way more i cannot remember.
Physics Engine 1.0
InteractiveStuff also comes with a Physics Engine 1.0 created with Vyn meaning u can use the library for any scripted resource pack you create! without the hassle of making ur own physics.
Debug Mode!
This can be used for Resource pack to debug their (Current pivot points, texts, etc)
Optional dependencies
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:KDfqMm8K:DNN5S2M0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDfqMm8K:DNN5S2M0"
}

