fixes #1685
This commit is contained in:
parent
76c5732f65
commit
d758e40db6
2 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
||||||
- Fixed rapeseed wild block model @BlueBoat29
|
- Fixed rapeseed wild block model @BlueBoat29
|
||||||
- Fixed butchery knife not giving additional meat when used to kill an animal @Pyritie
|
- Fixed butchery knife not giving additional meat when used to kill an animal @Pyritie
|
||||||
- Prospector picks can be placed on tool racks and interact with most inventory's again. @Redeix
|
- Prospector picks can be placed on tool racks and interact with most inventory's again. @Redeix
|
||||||
|
- Fixed some of the more obvious dupes while we wait for a GregTech to do them properly (#1576) @Pyritie
|
||||||
|
- Fixed not being able to use buzzsaws (and chainsaws) to cut things into lumber (#1685) @Pyritie
|
||||||
### Translation updates
|
### Translation updates
|
||||||
- Chinese (simplified) @jmecn & @CN059
|
- Chinese (simplified) @jmecn & @CN059
|
||||||
- Russian @Dl, @Kostabl, @Turikar42, & @But3r
|
- Russian @Dl, @Kostabl, @Turikar42, & @But3r
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,9 @@ const registerGTCEUItemTags = (event) => {
|
||||||
|
|
||||||
// Rose Quartz Lens
|
// Rose Quartz Lens
|
||||||
event.add('forge:lenses/pink', 'gtceu:rose_quartz_lens')
|
event.add('forge:lenses/pink', 'gtceu:rose_quartz_lens')
|
||||||
|
|
||||||
|
event.add('tfc:saws', '#forge:tools/buzzsaws')
|
||||||
|
event.add('tfc:saws', '#forge:tools/chainsaws')
|
||||||
}
|
}
|
||||||
|
|
||||||
const registerGTCEUBlockTags = (event) => {
|
const registerGTCEUBlockTags = (event) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue