Rendering for grinder

This commit is contained in:
drcrazy 2019-03-01 15:36:04 +03:00
parent 3ce99b987f
commit f6d94647e2
409 changed files with 32 additions and 4 deletions

View file

@ -55,7 +55,7 @@ public class ModelRegistryEventHandler {
registerFluidBlocks();
registerItems();
ModelDynamicCell.init();
RebornModelRegistry.registerModels(TechReborn.MOD_ID);
//RebornModelRegistry.registerModels(TechReborn.MOD_ID);
}
private static void registerBlocks() {

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/grinder" },
"facing=south,active=false": { "model": "techreborn:block/grinder", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/grinder", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/grinder", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/grinder_on" },
"facing=south,active=true": { "model": "techreborn:block/grinder_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/grinder_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/grinder_on", "y": 90 }
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/grinder_top_off",
"front": "techreborn:block/machines/tier1_machines/grinder_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/grinder_top_on",
"front": "techreborn:block/machines/tier1_machines/grinder_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "blocks/iron_block"
"texture": "block/iron_block"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "blocks/iron_block"
"texture": "block/iron_block"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "blocks/iron_block"
"texture": "block/iron_block"
}
}

Some files were not shown because too many files have changed in this diff Show more