Tags
Creators
Details
2.3
Compatibility
Changes
changelog: FUNAMENTAL CHANGES AND MORE FEATURES :)
Added loan functionallity
Added a money system
Added a GUI for the atm and portable atm
Added A GUI storage for the oil can - You can put 5 buckets of water in it
Added more kitchen cabinets - I may add more variants
Added Chequered animation for led panel
Added ice cream stand back - Still needs a GUI
Added a frying pan - Needs a gui/work in progress
Added ore generation for the ore blocks
Added christmas tree
Fixed doors/slabs/stairs - They have now a texture
Fixed vendingmachine milkshake and waterbottle button - Now gives the correct item instead of a barrier
Fixed Block breaking - Added missing data
Fixed Bag - GUI and renders
Fixed Portable atm - Fixed texture bug on side
Fixed Bin - GUI inventory offset
Fixed block placing on path - You can put blocks on a dirt path without damaging it
Fixed Cabinet - GUI placement
Fixed Garbage can - GUI placement
Fixed LedPanel - Screens update now propperly
Changed the vendingmachine texture
Changed whreat and christmas garlands texture
Renamed and remodeld the cabinet - Will cause an issue with upgrading to this version if you are using this block
You now need to ignite the fire pit - Will be some more features with it
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:ZmjJhQAc:IktkAOx7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZmjJhQAc:IktkAOx7"
}

