Skip to content

Commit dcc6a92

Browse files
committed
Update th-umb
1 parent 3894001 commit dcc6a92

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

th-umb/arcade_description.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This game will "hopefully" eventually have a modular support for modding in the
66

77
" Creator of Foxgine! "
88

9+
1.1:
10+
Fixed an issue with crafting the bed, it now uses the material i mentioned beforehand!
11+
912
Author: PresentFox
10-
Version: 1.0
13+
Version: 1.1
1114
License: None

th-umb/crafting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def crafting(self):
5858
elif self.items[0][self.craftSpot]=='Step':check=[[17,5]];self.tableCraft(check,10)
5959
elif self.items[0][self.craftSpot]==_B:check=[[5,3]];self.tableCraft(check,14)
6060
elif self.items[0][self.craftSpot]==_C:check=[[5,3],[6,3]];self.tableCraft(check,15)
61-
elif self.items[0][self.craftSpot]=='Bed':check=[[1,3],[5,3]];self.tableCraft(check,13)
61+
elif self.items[0][self.craftSpot]=='Bed':check=[[1,3],[17,3]];self.tableCraft(check,13)
6262
return
6363
elif self.logic.invArea==1 and self.enabled[0]==0:self.logic.display.drawText('Need #',5,32,1);return
6464
if self.logic.invArea==2 and self.enabled[1]==1:

0 commit comments

Comments
 (0)