Why does raylib weigh 500 MB?????? Also some misc changes in compile.sh and autobuild.yaml.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["item:silver_ingot"]
|
||||
outputs: ["block:blue_bricks"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["block:copper_ore*2"]
|
||||
outputs: ["item:copper_ingot"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["item:copper_ingot*3","item:stick*2"]
|
||||
outputs: ["item:copper_pickaxe"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["block:gold_ore*2"]
|
||||
outputs: ["item:gold_ingot"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["item:gold_ingot*3","item:stick*2"]
|
||||
outputs: ["item:gold_pickaxe"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["block:stone*2"]
|
||||
outputs: ["block:gray_bricks"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["block:log"]
|
||||
outputs: ["block:planks*2"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["item:copper_ingot"]
|
||||
outputs: ["block:red_bricks"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["block:silver_ore*2"]
|
||||
outputs: ["item:silver_ingot"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["item:silver_ingot*3","item:stick*2"]
|
||||
outputs: ["item:silver_pickaxe"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["block:spruce_log"]
|
||||
outputs: ["block:spruce_planks*2"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["tag:planks"]
|
||||
outputs: ["item:stick*4"]
|
||||
@@ -0,0 +1,3 @@
|
||||
station: hands
|
||||
inputs: ["block:stone*3","item:stick*2"]
|
||||
outputs: ["item:stone_pickaxe"]
|
||||
Reference in New Issue
Block a user