Tags
Creators
Details
Licensed ARR
Published 4 years ago
All versions
0.1.0-ALPHA
Alpha
Fantasy's Furniture-1.16.5-0.1.0-ALPHA4 years ago 276
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
v0.1.0-ALPHA
- Fix Changelog generation crashing due to first run (no git tags)
- Uncomment mod release code
- Uncomment mod release code
- Early Alpha Mod Release
- Remove Discord Role mentions from Discord message during workflow
- Add support for transferring Recipe Result when transferring Furniture Station Recipe data using Jei
- Add Jei Support for Furniture Station
- Fix broken small storage texture
- Add Smithing Recipe for Furniture Station
- Add new Furniture Station Gui Texture
- Fix Shift Clicking result not decrementing input items in Furniture Station
- Add Furniture Station Block, Used to craft the various blocks from the mod
- Fix comment typo `Shelf` -> `Sofa`
- Fix crashing when loaded server side
- Fix DataGenerators not validating generated assets
- Soften Fall damage when falling onto Cushion & Sofa blocks
- Make Sofa & Cushion Seats bouncy similar to Beds
- Update to use correct mod colors for Discord Embed messages
- Fix typo in GitHub Actions file
- Update to use new improved GitHub Actions file
- Fix Small Table & Painting being movable by Pistons
- Fix Shelves dropping more items than they should be
- Add Nordic Sofa Block
- Fix Typo (`Nodirc` -> `Nordic`)
- Add Nordic Shelf Block
- Add Nordic Drawer Block
- Add Nordic Painting Small Block
- Add Nordic Cushion Block
- Add Nordic Stool Block
- Add Nordic Small Table Block
- Add Nordic Wall Light Block
- Fix broken mods toml file
- Removed old unneeded dependencies
- Fix mods compiling with broken Jar Manifest file
- Add Nordic Wool & Carpet
- Add BlockItem entries to Decorations
- Move Decorational blocks into a Decorations sub directory
- Fix bowls not having filled contents
- Add particle effects when increasing / decreasing stacked block counts
- Update decorational block hitboxes
- Give Mead Bottles collision
- Fix Tankards and Mead Bottles hit boxes
- Add Tankards block
- Add Mead Bottles block
- Add Tankards & Sweetrolls assets
- Add Sweetrolls block
- Add Bowl blocks
- Remove unneeded placement code
- Add Book Stack block
- Fix broken changelog template file
- Fix broken maven url
- Unshallow git repo during GitHub action
- Fix changelog generation hanging GitHub actions
- Fix Boiled Creme Treats using a broken name and going through blocks when dropped
- Fix changelog generation not having correct tokens
- Give Boiled Crème Treats no collision
- Add sounds when updating Berry Basket and Boiled Crème Treats block states
- Add voxel shapes to blocks
- Add missing Bolts of Cloth particle texture
- Add Bolts of Cloth block
- Add Boiled Crème Treats block
- Add Berry Basket blocks
- Add decorational block assets
- Remove old mod code - Start massive rework
- Remove unneeded mixins configs
- Add changelog generation to mod releases
- Update to use new mods-maven url
- Add logo & banner files
- Port TableWide to use new MultiBlock system
- Fix not using correct id for modrinth dependencies
- Remove unnecessary file cleanup
- Cleanup modrinth version release name
- Disable debug mode for curseforge & minotaur plugins
- Fix typo in build script
- Revert to old method of auto mod publishing
- Add missing reobf jar build script lines
- Add nordic drawer block
- Comment out unfinished furniture types
- Add new SmoothBoot & DevWorld dependencies
- Add nordic wool & carpet blocks (has connected textures if ctm is installed)
- Update replacements to process all mcmeta files
- Update to match recent EventBusHelper changes
- Remove old TODO markers
- Update to match recent registrator tag changes
- Fix mixin config for multi project setup
- Update project build script
- Disable mixin debug & hotswapping
- Fix ctm dependency definition being in wrong mod
- Change to use new method of mod publishing
- Update build scripts to use new maven repository
- Fix build script not caching files correctly
- Fix error with gradle settings causing builds to fail outside of multiproject setup
- Add old dev mappings using registrators auto mappings system
- Update mod dependencies
- Fix paintings having broken hitboxes
- Give paintings no collision
- Add painting blocks (small / wide)
- Fix SimpleFourWayBlock using incorrect facing direction
- Add sofa block, directional & connects to other sofa blocks (of same type)
- Fix models being broken when held in left hand
- Add hitbox to nordic table small
- Add wall torch logic to nordic wall light block
- Add hitbox and seat logic for nordic stool
- Add hitboxes for nordic double bed
- Update to use new model files
- Update to use better auto accesstransformer logic
- Update data run configs to only generate client & server data files
- Delete accesstransformer file before updating (if it exists)
- Add missing package-info.java
- Fix crashing due to obf reflection
- Change to use defaulted properties & accesstransformer
- Add comment to shade dependency exclusions
- Update apexcore curseforge file id
- Fix using wrong jar during deobfuscation for mod dependencies
- Update registrator curseforge file id
- Update to use multi-project build script (WARNING: Importing standalone is not supported any more, it may work but no support will be given)
- Start work on double bed block (WIP)
- Add missing blocks, Still very WIP
- Add berry basket
- Add logic to shelf blocks
- Add hitboxes for nordic table wide
- Add nordic table wide block
- Add nordic cushion block
- Add basic seat block & nordic seat block
- Fix dropped items going through blocks
- Update blockbench files
- Fix item group categories not having localized names
- Remove unwanted itemgroup categories
- Add item group categories and change item group icon to nordic bed
- Add generic nordic items
- Small refactor, added new funiture assets
- Update to use json modeling for blocks
- Down port seat entity from 1.18.1
- Add Nordic Bed
- Initial mod layout
- Add curseforge data
- Initial source commit
- Initial commit
For more details, see ..v0.1.0-ALPHA
Supplementary resources
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:A0nfCqYw:7Ukdr07T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:A0nfCqYw:7Ukdr07T"
}


