From b99f315c6f81e3c9adb4f23ffd49fa93e3763f33 Mon Sep 17 00:00:00 2001 From: Adrien1106 Date: Fri, 14 Jun 2024 17:46:47 +0200 Subject: [PATCH] docs: updated objectives for publish --- README.md | 2 -- src/main/java/fr/adrien1106/reframed/ReFramed.java | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2aa9500..613c41e 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ 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 -- Carpet (maybe redundant with Layer) -- Half Slab (maybe redundant with Layer) - 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](https://github.com/DriHut/ReFramed/issues). diff --git a/src/main/java/fr/adrien1106/reframed/ReFramed.java b/src/main/java/fr/adrien1106/reframed/ReFramed.java index 211cf8a..83dee48 100644 --- a/src/main/java/fr/adrien1106/reframed/ReFramed.java +++ b/src/main/java/fr/adrien1106/reframed/ReFramed.java @@ -28,10 +28,10 @@ import java.util.stream.Stream; import static fr.adrien1106.reframed.util.blocks.BlockProperties.LIGHT; /** - * TODO Dynamic Ambient Occlusion -> for v1.6 - * TODO add minecraft models like wall fence etc -> for v1.6 - * TODO better connected textures -> maybe v1.6 ? + * TODO Dynamic Ambient Occlusion -> not scheduled + * TODO better connected textures -> not scheduled * TODO support continuity overlays -> not scheduled + * TODO slopes -> thinking about it */ public class ReFramed implements ModInitializer { public static final String MODID = "reframed";