v1.5 new shapes + self culling + caching + coding tools/cleanup #10
@ -9,7 +9,7 @@ loader_version=0.15.6
|
|||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
modrinth_id = jCpoCBpn
|
modrinth_id = jCpoCBpn
|
||||||
mod_version = 1.4
|
mod_version = 1.5
|
||||||
maven_group = fr.adrien1106
|
maven_group = fr.adrien1106
|
||||||
archives_base_name = ReFramed
|
archives_base_name = ReFramed
|
||||||
mod_id = reframed
|
mod_id = reframed
|
||||||
|
@ -27,6 +27,7 @@ import java.util.stream.Collectors;
|
|||||||
import static fr.adrien1106.reframed.util.blocks.BlockProperties.LIGHT;
|
import static fr.adrien1106.reframed.util.blocks.BlockProperties.LIGHT;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* TODO make block pairable by right click -> for v1.6
|
||||||
* TODO add Hammer from framed ( removes theme ) -> for v1.5.5
|
* TODO add Hammer from framed ( removes theme ) -> for v1.5.5
|
||||||
* TODO add screwdriver ( iterate over theme states ) ?
|
* TODO add screwdriver ( iterate over theme states ) ?
|
||||||
* TODO add blueprint for survival friendly copy paste of a theme. -> for v1.5.5
|
* TODO add blueprint for survival friendly copy paste of a theme. -> for v1.5.5
|
||||||
@ -76,7 +77,7 @@ public class ReFramed implements ModInitializer {
|
|||||||
.filter(block -> block instanceof ReFramedDoubleBlock)
|
.filter(block -> block instanceof ReFramedDoubleBlock)
|
||||||
.toArray(Block[]::new)).build(null)
|
.toArray(Block[]::new)).build(null)
|
||||||
);
|
);
|
||||||
|
|
||||||
ITEM_GROUP = Registry.register(Registries.ITEM_GROUP, id("tab"), FabricItemGroup.builder()
|
ITEM_GROUP = Registry.register(Registries.ITEM_GROUP, id("tab"), FabricItemGroup.builder()
|
||||||
.displayName(Text.translatable("itemGroup.reframed.tab"))
|
.displayName(Text.translatable("itemGroup.reframed.tab"))
|
||||||
.icon(() -> new ItemStack(SLAB))
|
.icon(() -> new ItemStack(SLAB))
|
||||||
|
Loading…
Reference in New Issue
Block a user