mr:wooden_crossbow_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:wooden_crossbow_item [2026/01/25 02:09] – Fix wiki pages compliance issues\n\n- Updated plague_doctor_subclass.txt to properly indicate it's coming soon rather than fictional content\n- Updated wooden_crossbow_item.txt with actual code references instead of placeholder text\n- Both changes ensure mike | mr:wooden_crossbow_item [2026/01/25 02:11] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wooden Crossbow Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | ''< | ||
| + | { | ||
| + | " | ||
| + | } | ||
| + | ''</ | ||
| + | * Found in: RemixedDungeon/ | ||
| + | * Found in: RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | ''< | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | * Also available in multiple languages in corresponding values-* directories | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
