Added DataBased Compiled/Provider system

This commit is contained in:
2026-05-27 18:32:08 -04:00
parent 8a0347f1a1
commit a76a50f38e
21 changed files with 1063 additions and 30 deletions

15
mods/raw_red_onion.yaml Normal file
View File

@@ -0,0 +1,15 @@
Id: raw_red_onion
Extend:
- raw_onion
# TypeMapping:
# Tags: FoodFactory.Items.Tags
Components:
Name: Raw Red Onion
Color:
R: 1
G: 0
B: 0
Tags:
With: ["red"]
Except: ["sliceable"]