Skip to content

Commit

Permalink
Lots of machines, over half way done with them now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drillgon200 committed Mar 16, 2020
1 parent 5feb1a8 commit 53fc1ca
Show file tree
Hide file tree
Showing 856 changed files with 84,363 additions and 1,568 deletions.
4 changes: 4 additions & 0 deletions META-INF/MANIFEST.mf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Manifest-Version: 1.0
FMLCorePlugin: com.hbm.core.HbmCorePlugin
FMLCorePluginContainsFMLMod: com.hbm.main.MainRegistry
Created-By: 1.7.0 (Oracle Corporation)
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/blast_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:blast_door" },
"facing=south": { "model": "hbm:blast_door", "y": 180 },
"facing=west": { "model": "hbm:blast_door", "y": 270 },
"facing=east": { "model": "hbm:blast_door", "y": 90 }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/block_meteor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:block_meteor" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/block_meteor_broken.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:block_meteor_broken" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/block_meteor_cobble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:block_meteor_cobble" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/block_meteor_molten.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:block_meteor_molten" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/block_meteor_treasure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:block_meteor_treasure" }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/broadcaster_pc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:broadcaster_pc" },
"facing=south": { "model": "hbm:broadcaster_pc", "y": 180 },
"facing=west": { "model": "hbm:broadcaster_pc", "y": 270 },
"facing=east": { "model": "hbm:broadcaster_pc", "y": 90 }
}
}
6 changes: 6 additions & 0 deletions assets/hbm/blockstates/cable_switch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"variants": {
"state=true": { "model": "hbm:cable_switch_on" },
"state=false": { "model": "hbm:cable_switch_off" }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/crate_iron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:crate_iron" },
"facing=south": { "model": "hbm:crate_iron", "y": 180 },
"facing=west": { "model": "hbm:crate_iron", "y": 270 },
"facing=east": { "model": "hbm:crate_iron", "y": 90 }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/crate_steel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:crate_steel" },
"facing=south": { "model": "hbm:crate_steel", "y": 180 },
"facing=west": { "model": "hbm:crate_steel", "y": 270 },
"facing=east": { "model": "hbm:crate_steel", "y": 90 }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/drill_pipe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:drill_pipe" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_blast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_blast" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_cyclotron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_cyclotron" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_drill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_drill" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_flare.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_flare" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_fluidtank.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_fluidtank" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_pumpjack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_pumpjack" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_radgen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_radgen" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_refinery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_refinery" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_vault.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_vault" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_block_well.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_block_well" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_port_cyclotron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_port_cyclotron" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_port_drill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_port_drill" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_port_flare.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_port_flare" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_port_fluidtank.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_port_fluidtank" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_port_pumpjack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_port_pumpjack" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_port_radgen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_port_radgen" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_port_refinery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_port_refinery" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/dummy_port_well.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:dummy_port_well" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/gas_duct.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:gas_duct" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/gas_duct_solid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:gas_duct_solid" }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/geiger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:geiger" },
"facing=south": { "model": "hbm:geiger", "y": 180 },
"facing=west": { "model": "hbm:geiger", "y": 270 },
"facing=east": { "model": "hbm:geiger", "y": 90 }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/machine_amgen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:machine_amgen" }
}
}
12 changes: 12 additions & 0 deletions assets/hbm/blockstates/machine_arc_furnace_off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"variants": {
"facing=north,rods=false": { "model": "hbm:machine_arc_furnace_off" },
"facing=south,rods=false": { "model": "hbm:machine_arc_furnace_off", "y": 180 },
"facing=west,rods=false": { "model": "hbm:machine_arc_furnace_off", "y": 270 },
"facing=east,rods=false": { "model": "hbm:machine_arc_furnace_off", "y": 90 },
"facing=north,rods=true": { "model": "hbm:machine_arc_furnace_off_rods" },
"facing=south,rods=true": { "model": "hbm:machine_arc_furnace_off_rods", "y": 180 },
"facing=west,rods=true": { "model": "hbm:machine_arc_furnace_off_rods", "y": 270 },
"facing=east,rods=true": { "model": "hbm:machine_arc_furnace_off_rods", "y": 90 }
}
}
12 changes: 12 additions & 0 deletions assets/hbm/blockstates/machine_arc_furnace_on.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"variants": {
"facing=north,rods=false": { "model": "hbm:machine_arc_furnace_on" },
"facing=south,rods=false": { "model": "hbm:machine_arc_furnace_on", "y": 180 },
"facing=west,rods=false": { "model": "hbm:machine_arc_furnace_on", "y": 270 },
"facing=east,rods=false": { "model": "hbm:machine_arc_furnace_on", "y": 90 },
"facing=north,rods=true": { "model": "hbm:machine_arc_furnace_on" },
"facing=south,rods=true": { "model": "hbm:machine_arc_furnace_on", "y": 180 },
"facing=west,rods=true": { "model": "hbm:machine_arc_furnace_on", "y": 270 },
"facing=east,rods=true": { "model": "hbm:machine_arc_furnace_on", "y": 90 }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/machine_controller.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:machine_controller" },
"facing=south": { "model": "hbm:machine_controller", "y": 180 },
"facing=west": { "model": "hbm:machine_controller", "y": 270 },
"facing=east": { "model": "hbm:machine_controller", "y": 90 }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/machine_cyclotron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:machine_cyclotron" }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/machine_drill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:machine_drill" },
"facing=south": { "model": "hbm:machine_drill", "y": 180 },
"facing=west": { "model": "hbm:machine_drill", "y": 270 },
"facing=east": { "model": "hbm:machine_drill", "y": 90 }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/machine_electric_furnace_off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:machine_electric_furnace_off" },
"facing=south": { "model": "hbm:machine_electric_furnace_off", "y": 180 },
"facing=west": { "model": "hbm:machine_electric_furnace_off", "y": 270 },
"facing=east": { "model": "hbm:machine_electric_furnace_off", "y": 90 }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/machine_electric_furnace_on.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:machine_electric_furnace_on" },
"facing=south": { "model": "hbm:machine_electric_furnace_on", "y": 180 },
"facing=west": { "model": "hbm:machine_electric_furnace_on", "y": 270 },
"facing=east": { "model": "hbm:machine_electric_furnace_on", "y": 90 }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/machine_flare.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:machine_flare" }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/machine_fluidtank.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:machine_fluidtank" },
"facing=south": { "model": "hbm:machine_fluidtank", "y": 180 },
"facing=west": { "model": "hbm:machine_fluidtank", "y": 270 },
"facing=east": { "model": "hbm:machine_fluidtank", "y": 90 }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/machine_geo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:machine_geo" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/machine_keyforge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:machine_keyforge" }
}
}
5 changes: 5 additions & 0 deletions assets/hbm/blockstates/machine_minirtg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hbm:machine_minirtg" }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/machine_nuke_furnace_off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:machine_nuke_furnace_off" },
"facing=south": { "model": "hbm:machine_nuke_furnace_off", "y": 180 },
"facing=west": { "model": "hbm:machine_nuke_furnace_off", "y": 270 },
"facing=east": { "model": "hbm:machine_nuke_furnace_off", "y": 90 }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/machine_nuke_furnace_on.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:machine_nuke_furnace_on" },
"facing=south": { "model": "hbm:machine_nuke_furnace_on", "y": 180 },
"facing=west": { "model": "hbm:machine_nuke_furnace_on", "y": 270 },
"facing=east": { "model": "hbm:machine_nuke_furnace_on", "y": 90 }
}
}
8 changes: 8 additions & 0 deletions assets/hbm/blockstates/machine_pumpjack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "hbm:machine_pumpjack" },
"facing=south": { "model": "hbm:machine_pumpjack", "y": 180 },
"facing=west": { "model": "hbm:machine_pumpjack", "y": 270 },
"facing=east": { "model": "hbm:machine_pumpjack", "y": 90 }
}
}

0 comments on commit 53fc1ca

Please sign in to comment.