Why does raylib weigh 500 MB?????? Also some misc changes in compile.sh and autobuild.yaml.

This commit is contained in:
milkwx3
2026-06-13 23:32:48 +03:00
parent dc5f4f7d91
commit 606dab1904
32 changed files with 212 additions and 15 deletions
+3
View File
@@ -0,0 +1,3 @@
station: hands
inputs: ["item:silver_ingot"]
outputs: ["block:blue_bricks"]
+3
View File
@@ -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"]
+3
View File
@@ -0,0 +1,3 @@
station: hands
inputs: ["block:gold_ore*2"]
outputs: ["item:gold_ingot"]
+3
View File
@@ -0,0 +1,3 @@
station: hands
inputs: ["item:gold_ingot*3","item:stick*2"]
outputs: ["item:gold_pickaxe"]
+3
View File
@@ -0,0 +1,3 @@
station: hands
inputs: ["block:stone*2"]
outputs: ["block:gray_bricks"]
+3
View File
@@ -0,0 +1,3 @@
station: hands
inputs: ["block:log"]
outputs: ["block:planks*2"]
+3
View File
@@ -0,0 +1,3 @@
station: hands
inputs: ["item:copper_ingot"]
outputs: ["block:red_bricks"]
+3
View File
@@ -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"]
+3
View File
@@ -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"]