Go to file
2024-07-01 23:29:18 +02:00
.gitea/workflows Add data generation before publishing 2024-02-16 22:28:46 +01:00
.github/workflows Fix CI while fethcing wrapper-validation-action 2024-03-03 22:53:30 +01:00
buildSrc Add deploy gitea task, add some gradle task 2024-02-16 21:34:21 +01:00
gradle/wrapper Add deploy gitea task, add some gradle task 2024-02-16 21:34:21 +01:00
src/main feat: added slabs layer block 2024-07-01 23:29:18 +02:00
.gitattributes Initial commit 2019-06-18 02:33:36 -07:00
.gitignore fixed incompatibility with MoreCulling + fixed server crash with clientside classes import + continuity connected textures support 2024-03-25 15:22:28 +01:00
build.gradle fix: injection remapping issues fixed + additional check 2024-06-14 00:35:13 +02:00
gradle.properties feat: updated version 2024-06-19 14:36:00 +02:00
gradlew updated to 1.20.4 and took possession of the code 2024-02-08 20:36:03 +01:00
gradlew.bat updated to 1.20.4 and took possession of the code 2024-02-08 20:36:03 +01:00
LICENSE complied with FramedBlock assets License by making this project Multi-Licensed. In addition, wrote a README.md + cache reload fix on resource reload + items for hammer, blueprint and screwdriver + updated to v1.5.5 2024-03-15 23:30:10 +01:00
LICENSE.LGPL-3.0 complied with FramedBlock assets License by making this project Multi-Licensed. In addition, wrote a README.md + cache reload fix on resource reload + items for hammer, blueprint and screwdriver + updated to v1.5.5 2024-03-15 23:30:10 +01:00
LICENSE.MIT complied with FramedBlock assets License by making this project Multi-Licensed. In addition, wrote a README.md + cache reload fix on resource reload + items for hammer, blueprint and screwdriver + updated to v1.5.5 2024-03-15 23:30:10 +01:00
README.md docs: updated objectives for publish 2024-06-14 17:46:47 +02:00
settings.gradle updated to 1.20.4 and took possession of the code 2024-02-08 20:36:03 +01:00

ReFramed

Overview

This Project is an unofficial port of FramedBlocks forked from Templates 2. It aims to add the same mechanics as FramedBlocks into Fabric.

For a complete Feature list please have a look at the Modrinth page.

Information

Where to get it?

The mod can be downloaded on Modrinth.

Issues/requests

Any issues/requests may be addressed on this repository in the Issues section.

Out of date?

I will be adding new shapes as time passes, but I am currently not planing on keeping up with the newer versions of the game. That said this mod is under permissive licenses and make it easy for anyone to create their own fork. If anyone in the future plans to do so, I will gladly either link it from here and the modrinth page, or based on preferences add the person(s) to the project

What Shapes are planed to be added

Currently, the list of shapes to be added is pretty simple as the mod is still under development:

  • Pressure Plate
  • Slabs Stair (a stair with one end being of a second theme, might be done in multiple blocks)

Any Ideas feel free to make a suggestion here.

License

This work is dual-licensed under MIT and LGPL 3.0 both applying to different part of this project:

  • The LGPL 3.0 license applies to all the textures that can be found in assets/reframed/textures
  • The MIT license applied to everything else so including all the code present within this project

SPDX-License-Identifier: MIT AND LGPL-3.0